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