shithub: rgbds

ref: 296e5489c973cbef5ce92b3c32122f0605126f9b
dir: /test/asm/operator-precedence.asm/

View raw version
	println 1 == 1 || 1 == 2
	println (1 == 1) || (1 == 2)