Character codes: Difference between revisions

Content added Content deleted
(added Arturo)
m (→‎{{header|Phix}}: added syntax colouring the hard way, phix/basics)
Line 1,686: Line 1,686:


=={{header|Phix}}==
=={{header|Phix}}==
{{libheader|Phix/basics}}
Characters and their ascii codes are one and the same. (See also printf, %d / %s / %c.)
Characters and their ascii codes are one and the same. (See also printf, %d / %s / %c.)

<lang Phix>?'A'
puts(1,65)</lang>
<!--<lang Phix>-->
<span style="color: #0000FF;">?<span style="color: #008000;">'A'</span>
<span style="color: #7060A8;">puts<span style="color: #0000FF;">(<span style="color: #000000;">1<span style="color: #0000FF;">,<span style="color: #000000;">65<span style="color: #0000FF;">)
<!--</lang>-->

{{out}}
{{out}}
<pre>
<pre>