default { state_entry() { // editor line 0
integer i = 0.5; // line 1
}}
-- > Line 2: 'integer i' assigned a float value.
The editor could start with line 1 (like with SLua), or the messages return the error line - 1.