writeEffectTo

abstract fun writeEffectTo(writer: L1InstructionWriter, startLine: Int)

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

startLine

The initial line number at which the code that causes this effect is located.