lua-users home
lua-l archive

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


> It looks like this error is because you do require("string")
Correct.

local string = require"string"
local math = require"math"

> I'll see if I can come up with a nice fix for
> that by tonight.

cool ! Thanks.