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