Difference between revisions of "Core.Terms.BooleanLiteral"
Jump to navigation
Jump to search
Line 30: | Line 30: | ||
[[Core.Terms.ListLiteral|ListLiteral]] <br/> | [[Core.Terms.ListLiteral|ListLiteral]] <br/> | ||
[[Core.Terms.MapLiteral|MapLiteral]] <br/> | [[Core.Terms.MapLiteral|MapLiteral]] <br/> | ||
− | [[Core.Terms.UserExceptionLiteral| | + | [[Core.Terms.UserExceptionLiteral|UserExceptionLiteral]] |
Revision as of 03:02, 5 February 2016
Classification
Name | BooleanLiteral |
Short Description | Literal of type Boolean |
Class | Term |
Extension | OTX Core library |
Group | Literal related terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
Value = literal
Description
A BooleanLiteral is the code representation of a value of type Boolean.
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Literal | Boolean | Literal | - | [1] | Designation of a Boolean value to c# notation. |
OTL Examples
Boolean bool1 = true;
Boolean bool2 = false;
See also
IntegerLiteral
FloatLiteral
StringLiteral
ByteFieldLiteral
ListLiteral
MapLiteral
UserExceptionLiteral