Re: Lua 5.3 Integer
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua 5.3 Integer
- From: nobody <nobody+lua-list@...>
- Date: Wed, 9 Oct 2019 07:39:10 +0200
On 09/10/2019 04.41, D Burgess wrote:
Is there any way to enforce integer arithmetic in Lua 5.3
e.g.
x = 5 / 2 -- => 2
where x is an integer?
Do you mean 5//2? Or in general?
-- nobody