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