Boolean Algebra - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: Official Links (https://staging.qb64phoenix.com/forumdisplay.php?fid=16) +--- Forum: Learning Resources and Archives (https://staging.qb64phoenix.com/forumdisplay.php?fid=13) +--- Thread: Boolean Algebra (/showthread.php?tid=354) Pages:
1
2
|
RE: Boolean Algebra - OldMoses - 05-13-2022 Upon an in-depth read of this, I found a typo on page two. OR This is sometimes called INCLUSIVE OR. It also takes two Boolean values and returns a third. If both input values are FALSE the result is TRUE {<<should read FALSE}. For all other inputs TRUE is returned. RE: Boolean Algebra - TarotRedhand - 05-15-2022 Thanks for spotting that. Here's the fixed and updated version - Boolean.7z (Size: 545.95 KB / Downloads: 52) TR |