Companion

object Companion

Functions

Link copied to clipboard
fun currentRuntime(): AvailRuntime

Answer the Avail runtime associated with the current Thread.

Link copied to clipboard
fun specialObject(ordinal: Int): AvailObject

Answer the special object with the specified ordinal.

Properties

Link copied to clipboard
val specialAtoms: List<AvailObject>

The special atoms known to the runtime.

Link copied to clipboard
val specialObjects: List<AvailObject>