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