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