Next: , Previous: , Up: MFL   [Contents][Index]

4.3 #line

A line in the form

#line number "identifier"

causes the MFL compiler to believe, for purposes of error diagnostics, that the line number of the next source line is given by number and the current input file is named by identifier. If the identifier is absent, the remembered file name does not change.

Line directives in cpp style are also understood:

# number "identifier"

Next: , Previous: , Up: MFL   [Contents][Index]