An interpreted programming language written in Go.
Runtime information and utilities.
To use: import 'std/runtime'
Name of the operating system (darwin, linux, freebsd, windows).
The system architecture type (amd64, 386).
dis
will print the bytecode and other compilation data for a function. fn
must be a function.
dis_member
will print the bytecode and other compilation data for the named
method of the given class.
debugVal()
will print its argument to standard out and return the argument unchanged.
This is useful for debugging to check values without having to create a new variable.