4 lines
47 B
Forth
4 lines
47 B
Forth
|
|
: main
|
||
|
|
[char] c emit
|
||
|
|
s" string" type ;
|