Expand description

I/O

Module for input, output and debugging

Functions

Call a function

Print debug representation

End a program Note that this is NOT A NO-OP. It will have effects on execution flow in code that uses functions

Input Read a single character from STDIN, convert to ASCII code and store

No-op Start functions with this if you don’t want to compromise readability

Output Convert an ASCII code to a character and print to STDOUT

Return to address in Ar

Raw input Take integer input and store