3. The System library

The system library exposes operating system facilities like environment variables, date time manipulation etc.

3.1. Global Symbols

clock - builtin type. You can use clock-clock to get difference of time in seconds (float). clock type can be printed and string built.

getClock()

returns current clock (current time)