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