These serve as a way to convert between primitive types to satisfy the type checker.
Converts from int
to char
Converts from char
to int
Converts from double
to int
Converts from int
to double
Gets a character from stdin.
Gets a line of input from stdin.
Output a newline to stdout
Output an int
followed by a newline to stdout
Output a char
followed by a newline to stdout
Output a bool
(true or false) followed by a newline to stdout
Output a double
followed by a newline to stdout
Output a buffer
followed by a newline to stdout
Output a string
followed by a newline to stdout
Output an int
to stdout
Output a char
to stdout
Output a bool
(true or false) to stdout
Output a double
to stdout
Output a buffer
to stdout
Output a string
to stdout
Output the stacktrace from the current state of the malangVM
When compiled with USE_COMPUTED_GOTO=0
this will break into an interactive malangVM debugger
mode, otherwise the malangVM aborts.
Disable the GC from running automatically
Enable the GC to run automatically
Manually force a garbage collection