add example using a unicode symbol in a string/word name
FossilOrigin-Name: 5358070ddd5594e67d70e30164e0a9a172410d8c6f2ccdf4002c5a56156f458e
This commit is contained in:
parent
0346968c74
commit
567d4fb490
1 changed files with 7 additions and 0 deletions
7
example/unicode.forth
Normal file
7
example/unicode.forth
Normal file
|
@ -0,0 +1,7 @@
|
|||
RETRO tries to allow names to use unicode via UTF-8.
|
||||
|
||||
~~~
|
||||
'Δ var
|
||||
#1 !Δ
|
||||
@Δ putn
|
||||
~~~
|
Loading…
Reference in a new issue