emitPushLocalOrOuter

fun emitPushLocalOrOuter(tokens: A_Tuple, variableDeclaration: A_Phrase)

Push a variable. It can be local to the current block or defined in an outer scope.

Parameters

tokens

The A_Tuple of A_Tokens associated with this call.

variableDeclaration

The variable declaration.