Package-level declarations

Types

Link copied to clipboard
open class CallableRoutine(val shasambly: SimpleShasambly, val argumentCount: Int, val stackSize: Int, var exec: SimpleRoutineShasamblyGenerator? = null)

Functions

Link copied to clipboard
Link copied to clipboard
fun SimpleShasambly.declareRoutine(argumentCount: Int, stackSize: Int = 100): CallableRoutine