retroforth/example/unicode.forth
crc 73493f92f4 complete renaming of words in the examples
FossilOrigin-Name: c9ea59275146e3ccddbcfc3c8e2aa12e0c1f51f6d54c9674cf7d9a3b0500bf7c
2018-05-07 16:36:37 +00:00

13 lines
194 B
Forth

RETRO tries to allow names to use unicode via UTF-8.
~~~
var
#1
n:put nl
~~~
Display the last defined word (the variable defined above):
~~~
@Dictionary d:name s:put nl
~~~