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