writeEffectTo

abstract fun writeEffectTo(writer: L1InstructionWriter)

Write to the L1InstructionWriter a statement capable of reproducing this effect upon subsequent loading. The generated code should leave one (ignored) value on the stack.

Parameters