2017-10-20 21:54:43 +02:00
|
|
|
RETRO tries to allow names to use unicode via UTF-8.
|
|
|
|
|
|
|
|
~~~
|
|
|
|
'Δ var
|
|
|
|
#1 !Δ
|
2017-10-22 04:17:46 +02:00
|
|
|
@Δ putn nl
|
|
|
|
~~~
|
|
|
|
|
|
|
|
Display the last defined word (the variable defined above):
|
|
|
|
|
|
|
|
~~~
|
|
|
|
@Dictionary d:name puts nl
|
2017-10-20 21:54:43 +02:00
|
|
|
~~~
|