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
~~~