add example using a unicode symbol in a string/word name

FossilOrigin-Name: 5358070ddd5594e67d70e30164e0a9a172410d8c6f2ccdf4002c5a56156f458e
This commit is contained in:
crc 2017-10-20 19:54:43 +00:00
parent 0346968c74
commit 567d4fb490

7
example/unicode.forth Normal file
View file

@ -0,0 +1,7 @@
RETRO tries to allow names to use unicode via UTF-8.
~~~
'Δ var
#1 !Δ
@Δ putn
~~~