RosettaCodeData/Task/Unicode-variable-names/00DESCRIPTION

11 lines
349 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
# Describe, and give a pointer to documentation on your languages use of characters ''beyond'' those of the ASCII character set in the naming of variables.
# Show how to:
:* Set a variable with a name including the 'Δ', (delta ''character''), to 1
:* Increment it
:* Print its value.
2018-06-22 20:57:24 +00:00
;Related task:
2013-04-11 01:07:29 -07:00
* [[Case-sensitivity of identifiers]]
2016-12-05 22:15:40 +01:00
<br><br>