Skip to content

i8

The i8 is the literal suffix for the 8-bit signed integer data type.

Syntax

7i8

Example Code

var int8 i = 7i8;