Added standard library page, other tweaks

This commit is contained in:
2022-10-16 21:12:39 +11:00
committed by GitHub
parent f1cb3ce352
commit c310235247
4 changed files with 95 additions and 1 deletions

14
standard-library.md Normal file
View File

@@ -0,0 +1,14 @@
# 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 the current timestamp.