Skip to content

short literal

IsaacShelton edited this page Mar 21, 2022 · 1 revision

short literal

short literals are integers suffixed with ss, which stands for "signed short".

Example 1

1000ss

Example 2

-1324ss

Example 3

0ss
Clone this wiki locally