lua-users home
lua-l archive

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


----- Original Message ----- 
From: "chbarr" <chbarr@rocketmail.com>

> 
> First, I wanted to get a modulus (remainder) of two numbers. I looked 
> in the Lua Reference manual and Programming Lua, and no luck.
> 
> Anyone have any suggestions?
> 
> thanks,
> Charles
> 

 http://www.lua.org/manual/manual.html#6.3

The 'mod' function is there, and appears in Plua.