Squiggle logoSquiggle
API

Boolean

or

infix: ||
Namespace optional
Signatures
Boolean.or(Bool, Bool) => Bool

and

infix: &&
Namespace optional
Signatures
Boolean.and(Bool, Bool) => Bool

not

unary: !
Namespace optional
Signatures
Boolean.not(Bool) => Bool

On this page