emitSetLiteral

fun emitSetLiteral(tokens: A_Tuple, aLiteral: A_BasicObject)

Emit code to pop the stack and write the popped value into a literal variable.

Parameters

tokens

The A_Tuple of A_Tokens associated with this call.

aLiteral

The variable in which to write.