Skip to content

byte literal

IsaacShelton edited this page Mar 21, 2022 · 1 revision

byte literal

byte literals are integers suffixed with sb, which stands for "signed byte".

Example 1

127sb

Example 2

-128sb

Example 3

32sb
Clone this wiki locally