7 lines
116 B
Text
7 lines
116 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
|