ref: 84cd9f2db9bea744d99b2afc2c89d480732c3e23 dir: /test/asm/operator-precedence.asm/
print: MACRO printv \1 printt "\n" ENDM print 1 == 1 || 1 == 2 print (1 == 1) || (1 == 2)