7 lines
113 B
Text
7 lines
113 B
Text
variable b : bool
|
|
|
|
check if b then tt else ff
|
|
|
|
check if b && b then tt else ff
|
|
|
|
check if b ∧ b then tt else ff
|