Jump to content

Character codes: Difference between revisions

m
→‎Icon and Unicon: header simplification
m (→‎Icon and Unicon: header simplification)
Line 242:
<lang hicest>WRITE(Messagebox) ICHAR('a'), CHAR(97)</lang>
 
== {{header|Icon}} and {{header|Unicon }}==
==={{headerworks with|Unicon}}===
==={{header|Icon}}===
<lang Icon>procedure main(arglist)
if *arglist > 0 then L := arglist else L := [97, "a"]
Line 254:
<pre>97 ==> a
a ==> 97</pre>
==={{header|Unicon}}===
This Icon solution works in Unicon.
 
=={{header|J}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.