lua-users home
lua-l archive

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


function birthday(cake, years)
	ReleaseBalloons(math.random(years))
	for ix = 1, years do
		BlowOutCandle(cake:LocateCandle(ix))
	end
	if cake:CandlesLit() == 0 then MakeWish() end
end

--Tim

On Jul 28, 2013, at 4:07 PM, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:

> The earliest implementation of Lua that we have found to date has files
> dated 28 Jul 1993. We have dubbed that version Lua 1.0, which is available at
> 	http://www.lua.org/ftp/lua-1.0.tar.gz
> 
> Lacking a precise release date, since Lua 1.0 was never released,
> we commemorate 20 years of Lua today.
> 
> On behalf of the Lua team, I thank you all for your interest in Lua and
> for your support and ideas during all these years, which have motivated
> us to keep developing Lua.
> --lhf
>