rlwhitcomb / utilities

Some of my personal utility programs
MIT License
2 stars 0 forks source link

Bit operations on Boolean values in Calc should do the boolean operations #594

Closed rlwhitcomb closed 1 year ago

rlwhitcomb commented 1 year ago

Like: a=true b=false a|b->true a&b->false etc.