Show/Hide Toolbars

XSharp

Purpose

#line sets the current line number for the compiler. It is usually inserted by the preprocessor after preprocessing an include file to synchronize the line numbers with the original source file.

 

#line <number> [FileName]

Argumes

line number the new line number to use by the compiler.
FileName An optional new filename to use by the compiler