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