RosettaCodeData/Task/Null-object/AppleScript/null-object.applescript

8 lines
127 B
AppleScript
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
if x is missing value then
display dialog "x is missing value"
end if
if x is null then
display dialog "x is null"
end if