Boolean Literal
The *Boolean Data Type contains True and False literals that map to the True and False state, respectively.
BooleanLiteral ::= True | False |
The *Boolean Data Type contains True and False literals that map to the True and False state, respectively.
BooleanLiteral ::= True | False |