RosettaCodeData/Task/Empty-string/11l/empty-string.11l

6 lines
108 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
V s =
I s.empty
print(String s is empty.)
I !s.empty
print(String s is not empty.)