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

6 lines
129 B
Text

cStr = NULL # empty string
if cStr = NULL
see "cstr is an empty string!" + nl
else
see "cstr is not empty string!" + nl
ok