RosettaCodeData/Task/Empty-string/Retro/empty-string-2.retro

5 lines
70 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
: emtpy? ( $-f ) getLength 0 = ;
"" empty? putn
"hello" empty? putn