shithub: rgbds

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

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