Unicode strings: Difference between revisions

added langur language
(added langur language)
Line 791:
as⃝df̅ ♥♦♣♠ 頰
</pre>
 
=={{header|Langur}}==
Source code in langur is UTF-8 with no BOM allowed.
Comments and string literals may use Unicode. Identifiers are ASCII only, and that is intentional.
Indexing on a string indexes by code point, and the len() function returns the number of code points in a string. Using a for in loop over a string loops over the code points.
 
=={{header|Lasso}}==
1,006

edits