RosettaCodeData/Task/Empty-string/Retro/empty-string-2.retro
2023-07-01 11:58:00 -04:00

4 lines
70 B
Text

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