Booleans - bali-nebula/go-component-framework GitHub Wiki
Overview
A boolean is a primitive element that represents a mathematical boolean value
(false
or true
). Boolean elements also support all of the logic functions.
Note, the SANS
operation is a simpler name for the "material nonimplication"
operation which is equivalent to a AND NOT b
.
A Quick Example
To whet your appetite, here is some short example code that demonstrates the behavior of booleans.
TBD...