RosettaCodeData/Task/Empty-string/TAV/empty-string.tav
2025-08-11 18:05:26 -07:00

5 lines
107 B
Text

s =: ''
? s.Count = 0
print "String s is empty."
? s.Count ~= 0
print "String s is not empty."