TITLE
Kernel - Cardinal Kernel class
DESCRIPTION
Functions
- onload() Perform initializations and create the kernel class
- WHENCE() Return the invocant's auto-vivification closure.
- get_bool(vtable) Returns true if the object is defined, false otherwise
- print() prints to stdout
- puts() print to stdout
- readline() read from stdin
- `(cmd) Call the OS with
cmd
, return the ouput. - Call the OS,
return
true
if successful, otherwisefalse