|
|
|
|
|
by rbehrends
3354 days ago
|
|
Try storing an integer literal that requires 64 bits in a variable that can hold only 63 bits. It's not going to make it impossible (you may just need something like a ShortIntLiteral and a LongIntLiteral variant), but it's going to require additional effort. |
|