lua-users home
lua-l archive

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


>    m3 = I(m1 * m2):invert()
> where I is 
>    function I(arg) return arg; end

What a cute hack!