Skip to content

true

The true is an 8-bit boolean literal value representing 0b0000'0001.

Syntax

true

Example Code

var bool boolean = true;