Empty string: Difference between revisions

Added Robotic implementation to Empty string
No edit summary
(Added Robotic implementation to Empty string)
Line 2,156:
see "cstr is not empty string!" + nl
ok
</lang>
 
=={{header|Robotic}}==
<lang robotic>
set "$string" to ""
if "$string.length" = 0 then "empty"
* "Not an empty string."
end
 
: "empty"
* "Empty string"
end
</lang>
 
Anonymous user