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