Lua error at line 4: attempt to perform arithmetic on a nil value.
local p = {} function p.error( frame ) return nil * 5 end return p