Unicode strings: Difference between revisions

m
Line 795:
Source code in langur is UTF-8 with no BOM allowed.
 
Comments and string literals may use Unicode. For clarity, identifiers are ASCII only.
 
For clarity, identifiers are ASCII only.
 
Indexing on a string indexes by code point. The index may be a single number, a range, or an array of such things. Indexing returns another string.
1,007

edits