RosettaCodeData/Task/Empty-string/Free-Pascal/empty-string-3.free
2019-09-12 10:33:56 -07:00

3 lines
42 B
Text

s <> ''
length(s) > 0
longBool(length(s))