73493f92f4
FossilOrigin-Name: c9ea59275146e3ccddbcfc3c8e2aa12e0c1f51f6d54c9674cf7d9a3b0500bf7c
13 lines
194 B
Forth
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
|
|
~~~
|