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