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