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