On this page
MV_LINE
declare MV_LINE: number
will be replaced with a number constant representing the current line.
Note:
LPH_LINE
is an available alias.Valid Usage
local a = MV_LINE
print(a, MV_LINE)
prints
1 2
declare MV_LINE: number
will be replaced with a number constant representing the current line.
LPH_LINE
is an available alias.local a = MV_LINE
print(a, MV_LINE)
prints
1 2