Skip to content

Commit

Permalink
Update lua-introduction.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyendumajumdar committed Oct 22, 2017
1 parent cab6615 commit c343f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/lua-introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ In the rest of this document I will expand on each of the features above.

Lua versions
============
For all practical purposes only Lua version 5.1, 5.2 and 5.3 matter. Note however that each of these is considered a major version and therefore is not backward compatible (e.g. Lua 5.3 cannot necessarily run Lua 5.1 code).
For all practical purposes only Lua versions 5.1, 5.2 and 5.3 matter. Note however that each of these is considered a major version and therefore is not fully backward compatible (e.g. Lua 5.3 cannot necessarily run Lua 5.1 code).

* Lua 5.2 has a new mechanism for resolving undeclared variables compared to 5.1
* Lua 5.3 has integer subtypes and bitwise operators that did not exist in 5.1 or 5.2.
Expand Down

0 comments on commit c343f6b

Please sign in to comment.