Module io

Source
Expand description

Standard I/O runtime functions exposed to generated programs.

Constants§

BOOL_TO_STRING_SYMBOL
Public symbol for std::io::bool_to_string.
INT_TO_STRING_SYMBOL
Public symbol for std::io::int_to_string.
LOG_SYMBOL
Public symbol for std::io::log.

Functions§

bool_to_string
Convert a boolean value to a string.
int_to_string
Convert an integer value to a string.
log
Print a string value to stdout.