console
Print values to the console, with line return, and column/line number
Print values to the console, with line return, and column/line number
Print credits of current version of the language/runtime
Does nothing. Absolutely nothing. Use it in an empty function (which will be defined in the future) to avoid an 'nil body' error.
Read a boolean input from the user. Returns an error if not a valid boolean (true/false, yes/no, y/n, 1/0).
Read a number input from the user. Returns an error if not a valid number.
Read a string input from the user
Return the current date/time as a string in Go format
Print values to the console, without line return
Print a dictionary or a list of dictionaries as a table.
Print a list of values or a list of lists as a table.