Skip to main content
Skip table of contents

set Assignment Statement with Boolean Constants

Syntax
NONE
 set booleanVariable = true|false
SemanticsAssigns a boolean value to booleanVariable.
Examples
NONE
set b1 = true; 
set b2 = false; 

Example File (Builder project E2E Action Language/BaseTypes):

<your example path>\E2E Action Language\BaseTypes\uml\boolean.xml
JavaScript errors detected

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

If this problem persists, please contact our support.