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