Closed giordano closed 7 years ago
On 64-bit systems, integer literals are of type Int32, not Int64. Int is a useful alias that is equal to the default integer type on current machine.
Int32
Int64
Int
On 64-bit systems, integer literals are of type
Int32
, notInt64
.Int
is a useful alias that is equal to the default integer type on current machine.