[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: number, math, and metatable?
- From: Coroutines <coroutines@...>
- Date: Sat, 3 May 2014 15:42:03 -0700
On Sat, May 3, 2014 at 3:38 PM, Coda Highland <chighland@gmail.com> wrote:
> local limited = clamp(input, 100, 1000)
I give to you, all of our bacon. We also would have accepted:
within(100, input, 1000)
- References:
- number, math, and metatable?, Petite Abeille
- Re: number, math, and metatable?, Dirk Laurie
- Re: number, math, and metatable?, Thomas Jericke
- Re: number, math, and metatable?, Tim Hill
- Re: number, math, and metatable?, Coda Highland