9 lines
118 B
Text
9 lines
118 B
Text
|
|
set "$string" to ""
|
||
|
|
if "$string.length" = 0 then "empty"
|
||
|
|
* "Not an empty string."
|
||
|
|
end
|
||
|
|
|
||
|
|
: "empty"
|
||
|
|
* "Empty string"
|
||
|
|
end
|