lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


local b = true

if not b then
    return
end

error 'test'


The line number in the error message is 5, but it should be 7.