Skip to content

false

The false is an 8-bit boolean literal value representing 0b0000'0000.

Syntax

false

Example Code

var bool boolean = false;