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