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