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