Skip to main content

Module std

Module std 

Source
Expand description

Ling standard library โ€” built-in functions exposed to the runtime.

Functionsยง

ling_debug
Print a debug representation.
ling_panic
Abort with a message.
ling_print
Print a value to stdout with a trailing newline.
ling_sleep_ms
Sleep for ms milliseconds (useful for simple animations / demos).
ling_time
Current Unix timestamp in seconds.