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