Unicode variable names: Difference between revisions

m
(Added Pike implementation)
Line 760:
 
=={{header|Retro}}==
<lang Retro>variable 'Δ var
This has been tested on Retro 11.0 running under OS X.
#1 !Δ
<lang Retro>variable Δ
@Δ n:put
1 !Δ
@&Δ putnv:inc
putnn:put</lang>
1 +Δ
 
@Δ putn</lang>
Function and variable names are stored as strings, and UTF-8 is usable, as long as the host system allows it.
 
Anonymous user