lua-users home
lua-l archive

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


- New Keywords:  And, Or, Not ("Existential and," "Existential or," and "Existential not"; like and, or, not but whose only false value is nil (instead of nil and false))

- New Keyword: funct (like function, but with automatic return; would require an explicit nil if void)

- if, while, etc. could also automatically return (be expressions instead of statements; in case of loop, last iteration)