lua-users home
lua-l archive

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


On Tue, Feb 15, 2011 at 2:46 PM, Javier Guerra Giraldez
<javier@guerrag.com> wrote:
> wouldn't that be :
>
> s.y[0],s.y[1] = v_0,v_1

You are quite right, random typing.

Also a lot of things like:

# for i = N1,N2 do
   y_$(i) = y_$(i) + h / 3 * k_$(i)
   ytmp_$(i) = y0_$(i) + 0.5 * h * k_$(i)
# end

(I think $i would be nicer for this case)

steve d.