ID:1861016
 
(See the best response by Lummox JR.)
Does DM have an integer limit? Like 65535 or 10^6 or something? If so, what is it?
Best response
All numbers in DM are stored in 32-bit floating point, which gives you 24 bits of integer precision. It can handle integers from -224 to 224.

The bitwise operators however do limit their operation to 16 bits, for legacy reasons.