2 lines
144 B
Text
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)
|