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.