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

4 lines
78 B
Text

: notEmpty? ( $-f ) getLength 0 > ;
"" notEmpty? putn
"hello" notEmpty? putn