Runtime gives meta-circular access to the currently executing Ioke runtime.

Mimics
Inactive cells
Active cells
Specs
Inactive cells (details)
kind = "Runtime"
version = Origin_0x4D480EA
Active cells (details)
create()

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.

nodeId()

returns the node id for the runtime it's called on

notice()

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

method(
  if(cell(:self) ==(Runtime), 
    "Runtime", 
    super))