Go to the first, previous, next, last section, table of contents.


setMufLineNumber

Function: setMufLineNumber { int muf -> }
file: job.t
package: muf
status: alpha

Sets the inserver muf compiler's concept of the current line number. The first line of a file or function should be number zero; Output functions should add one before displaying it, to produce the one-based numbering expected by users.

The standard mufShell stores the current top-level muf compiler instance in @$s.compiler.

This function is part of the inserver bootstrap muf compiler, not intended for other use. Likely to be removed from the server in due course.


Go to the first, previous, next, last section, table of contents.