7 lines
127 B
AppleScript
7 lines
127 B
AppleScript
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
|