mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 17:39:28 +02:00
the expression (a == b == 1) works out like: a, b = result (XNOR) 0, 0 = 1 0, 1 = 0 1, 0 = 0 1, 1 = 1 GCC14 -Wall cleanup series [-Wparentheses]