Skip to main content
Skip table of contents

set Assignment Statement with Boolean Constants

Syntax

set booleanVariable = true|false

Semantics

Assigns a boolean value to booleanVariable.

Examples

NONE
set b1 = true; 
set b2 = false; 
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.