Boolean values: Difference between revisions

Content added Content deleted
Line 1,076: Line 1,076:
|It holds the two values false and true.
|It holds the two values false and true.
|There are no implicit conversions, but explicit conversions
|There are no implicit conversions, but explicit conversions
|from/to int (0,1) or text("⊥", "⊤") are allowed.
|from/to int (0,1) or text ("⊥", "⊤") are allowed.
|^
|^
logic booleanTrue = true
logic booleanTrue = true