c13e03bf29
FossilOrigin-Name: 3462fe77769a81001dca3c20eefc408446de244effea031c33dd025731f4f092
13 lines
192 B
Forth
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
|
|
~~~
|