(load file id?) ↦ () file : string? id : symbol?
(unload id) ↦ () id : symbol?
(step id amount) ↦ (boolean?) id : symbol? amount : int?
(alias name signal) ↦ () name : symbol? signal : symbol?
(unalias name) ↦ () name : symbol?
(whenever cond body+) cond : WAL expression body : WAL expression
(find cond) ↦ (list?) cond : WAL expression
(count cond) ↦ (list?) cond : WAL expression
(timeframe body+) body: WAL expression
(print INDEX) (timeframe (while (! ready) (step)) (print INDEX)) (print INDEX)