Jump to content

Unicode variable names: Difference between revisions

add language: Retro
No edit summary
(add language: Retro)
Line 154:
2
>>> </lang>
 
=={{header|Retro}}==
This has been tested on Retro 11.0 running under OS X.
 
<lang Retro>variable Δ
1 !Δ
@Δ putn
1 +Δ
@Δ putn</lang>
 
Function and variable names are stored as strings, and UTF-8 is usable, as long as the host system allows it.
 
=={{header|Ruby}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.