shithub: rgbds

ref: 3741bd46171a143c5549422e8f55a2933b59eb97
dir: /test/asm/operator-precedence.asm/

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