lua-users home
lua-l archive

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


On Sun, Aug 18, 2013 at 10:56 AM, Sven Olsen <sven2718@gmail.com> wrote:
function a(t) return cos(t), sin(t), 1 end
vx,vy,vx+=a(t)


Thanks, nice notation!  Adds our friends += etc and makes them do the obvious Lua thing!