RosettaCodeData/Task/Literals-String/Forth/literals-string-2.fth

4 lines
47 B
Forth

: main
[char] c emit
s" string" type ;