RosettaCodeData/Task/Empty-string/Robotic/empty-string.robotic
2023-07-01 13:44:08 -04:00

8 lines
118 B
Text

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