i16
The i16 is the literal suffix for the 16-bit signed integer data type.
Syntax
7i16
Example Code
var int16 i = 7i16;
The i16 is the literal suffix for the 16-bit signed integer data type.
7i16
var int16 i = 7i16;