pushAction

fun pushAction(action: (Interpreter) -> Unit)

Push an action on the actionStack. These will be executed in reverse order, after the Java call stack has been emptied.

Parameters

action

The lambda to push.