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