RosettaCodeData/Task/Empty-string/Robotic/empty-string.robotic

9 lines
118 B
Plaintext

set "$string" to ""
if "$string.length" = 0 then "empty"
* "Not an empty string."
end
: "empty"
* "Empty string"
end