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