Skip to content

ulong literal

IsaacShelton edited this page Mar 21, 2022 · 1 revision

ulong literal

ulong literals are integers suffixed with ul, which stands for "unsigned long".

Example 1

12345ul

Example 2

9876ul

Example 3

0ul
Clone this wiki locally