[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua 5.3 Integer
- From: D Burgess <dburgess+3@...>
- Date: Wed, 9 Oct 2019 13:41:32 +1100
Is there any way to enforce integer arithmetic in Lua 5.3
e.g.
x = 5 / 2 -- => 2
where x is an integer?