lua-users home
lua-l archive

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


On Thu, Jul 16, 2015 at 06:56:08PM -0400, Rena wrote:
> This is something I've often wished to have in various languages, and
> I accidentally discovered that it's valid syntax in Lua:
> 
> if x < y < z then...

I know one language that allows that (Python).

Chris