declare MV_LINE: number

will be replaced with a number constant representing the current line.

Valid Usage

local a = MV_LINE
print(a, MV_LINE)

prints 1 2