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.