shithub: rgbds

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

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