-
Notifications
You must be signed in to change notification settings - Fork 67
Boolean Type
Jeremie Rossignol edited this page Jul 6, 2015
·
2 revisions
The boolean data type is referred to as a bool
. It has two values (true/false) which are case insensitive when referring to them in expressions.
There are a number of special operators that use booleans - for more details see the main Expressions page.
There are no functions/methods that operator on boolean values.
- General Types
- KSP Types
- Contract Configurator Objects
- Other
- Global Functions
Contract Configurator
Configuration File Syntax
Extending Contract Configurator