retroforth/example/unicode.forth
crc c13e03bf29 small adjustment to unicode example
FossilOrigin-Name: 3462fe77769a81001dca3c20eefc408446de244effea031c33dd025731f4f092
2017-10-22 02:17:46 +00:00

13 lines
192 B
Forth

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