Skip to content

uint literal

IsaacShelton edited this page Mar 21, 2022 · 1 revision

uint literal

uint literals are integers suffixed with ui, which stands for "unsigned integer".

Example 1

1000ui

Example 2

562345ui

Example 3

0ui
Clone this wiki locally