Sun, 07 May 2017 20:02:53 +0100
5.3 updates
module("err", package.seeall) function file_pos(f, pos, e) error(string.format("%s:%d: %s", f, pos, e)) end function file(f, e) error(string.format("%s %s", f, e)) end