shithub: rgbds

ref: 9646f15b59b88e7edfc0a339e08a1a102b130696
dir: /test/asm/operator-precedence.asm/

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