Boolean values: Difference between revisions

Content added Content deleted
Line 1,074: Line 1,074:
<syntaxhighlight lang="emal">
<syntaxhighlight lang="emal">
^|EMal has a dedicated Logical type expressed by the logic keyword.
^|EMal has a dedicated Logical type expressed by the logic keyword.
|It holds the two values false and true.
|It's not nullable and 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.