RosettaCodeData/Task/Empty-string/Forth/empty-string.fth

4 lines
68 B
Forth

: empty? ( c-addr u -- ? ) nip 0= ;
s" " dup . empty? . \ 0 -1