RosettaCodeData/Task/Empty-string/Ring/empty-string.ring

7 lines
129 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
cStr = NULL # empty string
if cStr = NULL
see "cstr is an empty string!" + nl
else
see "cstr is not empty string!" + nl
ok