mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Added standard library page, other tweaks
This commit is contained in:
14
standard-library.md
Normal file
14
standard-library.md
Normal 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.
|
||||
|
||||
Reference in New Issue
Block a user