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