shithub: rgbds

ref: f97139461c443f63ac837a1dc40133aaeeb13931
dir: /test/asm/operator-precedence.asm/

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