-
-
Notifications
You must be signed in to change notification settings - Fork 9
byte literal
IsaacShelton edited this page Mar 21, 2022
·
1 revision
byte
literals are integers suffixed with sb
, which stands for "signed byte".
Example 1
127sb
Example 2
-128sb
Example 3
32sb