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