shithub: rgbds

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

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