RosettaCodeData/Task/Empty-string/Retro/empty-string-2.retro
2023-07-01 13:44:08 -04:00

4 lines
70 B
Text

: emtpy? ( $-f ) getLength 0 = ;
"" empty? putn
"hello" empty? putn