io.out

Syntax

v := io.out(a)

Output a string. The variable is converted to a string if it is not a string, and it is output both to the console and to the log file, if one is open.

Returns:

v - void return

Arguments:

a - text to output