Character codes: Difference between revisions

m
GNU APL additions
(Add CLU)
m (GNU APL additions)
Line 289:
=={{header|APL}}==
{{works with|Dyalog APL}}
{{works with|GNU APL}}
In GNU APL and Dyalog, <tt>⎕UCS</tt> with an integer returns the corresponding Unicode character:
<lang apl> ⎕UCS 97
a</lang>
67

edits