@neauoire me being pedantic again, but I found a single character off with that logic table for or:
@thacuber2a03 which character? /me blind
@neauoire @thacuber2a03 Ah.
<> (or (#f) (#f)) (#t)
Should be..
<> (or (#f) (#f)) (#f)
@neauoire the third to last clause, it yields `(#t)` when `(or (#f) (#f))`
@thacuber2a03 which character? /me blind