mirror of
https://git.sr.ht/~crc_/retroforth
synced 2024-11-16 19:48:56 +01:00
848ba7303b
FossilOrigin-Name: b5feea667d30aac255d1cfca61fed355d438d2ce6021677f1e53af6302b15eee
13 lines
194 B
Text
13 lines
194 B
Text
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
|
|
~~~
|