diff options
Diffstat (limited to 'ea0.lua')
| -rw-r--r-- | ea0.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +local function error0(x) return error(x,0) end +local function assert0(v,m,...) if v then return v,m,... else error0(m) end end +return {error0=error0,assert0=assert0} |
