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