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