Skip to content

i32

The i32 is the literal suffix for the 32-bit signed integer data type.

Syntax

7i32

Example Code

var int32 i = 7i32;