[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Numeric for loop with rationals
- From: Paige DePol <lual@...>
- Date: Tue, 30 Jan 2018 08:55:54 -0600
Soni They/Them L. <fakedme@gmail.com> wrote:
>
> We can argue about this all day but if I can do, in C++
Sometimes I think you make posts like these to argue, Soni! ;)
> for (type i = min; i < max; i += step) {
> }
>
> Why can't I do
>
> for i=min,max,step do
> end
>
> in Lua? They should be equivalent.
Because C/C++ isn't Lua and Lua isn't C/C++ is the usual answer!
~Paige
- References:
- Numeric for loop with rationals, Soni "They/Them" L.
- Re: Numeric for loop with rationals, dyngeccetor8
- Re: Numeric for loop with rationals, Soni "They/Them" L.
- Re: Numeric for loop with rationals, dyngeccetor8
- Re: Numeric for loop with rationals, Soni "They/Them" L.
- Re: Numeric for loop with rationals, Francisco Olarte
- Re: Numeric for loop with rationals, Soni "They/Them" L.
- Re: Numeric for loop with rationals, Dirk Laurie
- Re: Numeric for loop with rationals, Soni "They/Them" L.
- Re: Numeric for loop with rationals, Dirk Laurie
- Re: Numeric for loop with rationals, Soni "They/Them" L.