Skip to content

int literal

IsaacShelton edited this page Mar 21, 2022 · 1 revision

int literal

int literals are integers suffixed with si, which stands for "signed integer".

Example 1

1000si

Example 2

-8476si

Example 3

0si
Clone this wiki locally