Standard functions
This is a list of all standardized functions and what they do.
Note
These are all available in the stdlib module
function |
description |
|---|---|
|
Prints to the standard output with a newline. |
|
Prints to the standard output |
|
The printf function provided by the system. May not be available on all platforms. |
|
Prints to the standard output |
|
System sleep in seconds |
|
System sleep in microseconds |
|
exits the application early. |
Note
These are all available in the math module
TO BE COMPLETED
function |
description |
|---|---|