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