RosettaCodeData/Task/Empty-string/TAV/empty-string.tav

6 lines
107 B
Text
Raw Permalink Normal View History

2025-08-11 18:05:26 -07:00
s =: ''
? s.Count = 0
print "String s is empty."
? s.Count ~= 0
print "String s is not empty."