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