| kind | = | "Runtime" |
Runtime gives meta-circular access to the currently executing Ioke runtime.
Mimics
Inactive cells
Active cells
Specs
Inactive cells (details)
Active cells (details)
creates a new runtime and returns that. be careful using this since it will result in some fairly strange behavior if used incorrectly. it will not copy the state of this runtime, but just create a new one from scratch.
returns a short text description of the receiver, the text Runtime if this is the main Runtime object, otherwise falls back to the super implementation
[ show source ]
method(
if(cell(:self) ==(Runtime),
"Runtime",
super))