Skip to content

ushort literal

IsaacShelton edited this page Mar 21, 2022 · 1 revision

ushort literal

ushort literals are integers suffixed with us, which stands for "unsigned short".

Example 1

1000us

Example 2

43243us

Example 3

0us

Clone this wiki locally