o_EmitEffectOn

open override fun o_EmitEffectOn(self: AvailObject, codeGenerator: AvailCodeGenerator)

Emit the effect of this phrase. By default that means to emit the value of the phrase, then to pop the unwanted value from the stack.

Parameters

self

The phrase.

codeGenerator

Where to emit the code.