-
-
Notifications
You must be signed in to change notification settings - Fork 9
long literal
IsaacShelton edited this page Mar 21, 2022
·
1 revision
long
literals are integers suffixed with sl
, which stands for "signed long".
Example 1
12345sl
Example 2
-643235sl
Example 3
0sl