@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))`
@neauoire @thacuber2a03 Ah.
<> (or (#f) (#f)) (#t)
Should be..
<> (or (#f) (#f)) (#f)