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