Difference between revisions of "LineNumber"

From Mesham
Jump to navigationJump to search
(Created page with '== Syntax == <nowiki>_LINE_NUMBER [sourcefile] == Semantics == Will be substituted in source code by the current line number of that specific file, this is useful for debuggin…')
 
Line 1: Line 1:
 
== Syntax ==
 
== Syntax ==
  
<nowiki>_LINE_NUMBER [sourcefile]
+
_LINE_NUMBER [sourcefile]
  
 
== Semantics ==
 
== Semantics ==

Revision as of 14:54, 18 October 2016

Syntax

_LINE_NUMBER [sourcefile]

Semantics

Will be substituted in source code by the current line number of that specific file, this is useful for debugging and error messages

Since: Version 1.0