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