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