Files
Toy/standard-library.md
2022-11-12 22:50:01 +11:00

429 B

Standard Library

The standard library offers a number of miscellaneous utility functions, which can be used for various purposes. These functions are implemented by the host program, so they may not all be provided by default.

The standard library can usually be accessed with the import keyword:

import standard;

clock()

This function returns a string representation of the current timestamp.