RosettaCodeData/Task/Character-codes/XPL0/character-codes.xpl0
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

2 lines
144 B
Text

IntOut(0, ^a); \(Integer Out) displays "97" on the console (device 0)
ChOut(0, 97); \(Character Out) displays "a" on the console (device 0)