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