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

5 lines
70 B
Plaintext

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