Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 411 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 411 Bytes

This is Lua 5.4.7 with a bit of syntactic sugar.

Expression-body function declaration: Whenever an expression is expected > *expression* works like function() return *expression* end. There is an optional ; after the expression. Mainly it allows for C# like variable => *expression* syntax.

For installation instructions, license details, and further information about Lua, see doc/readme.html.