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