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