
core
System
free
external
(λ [t] ())
Frees an object. Should not be called except in direst circumstances.
get-arg
external
(λ [Int] &String)
Gets the number of command line arguments.
signal
external
(λ [Int, (λ [Int] ())] ())
sleep-seconds
external
(λ [Int] ())
Sleeps for a specified number of microseconds.
system
external
(λ [&String] ())
Performs a system command.
time
external
(λ [] Int)
Gets the current system time as an integer.
wait
external
(λ [(Ptr Int)] Int)