L1InstructionWriter

fun L1InstructionWriter(    module: A_Module,     startingLineNumber: Int,     phrase: A_Phrase)

Create a new L1InstructionWriter Level One instruction writer.

Parameters

module

The module containing this code.

startingLineNumber

Where this code starts in the module.

phrase

The phrase that should be captured for this raw function. nil is also valid, but less informative.