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