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