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