shithub: rgbds

ref: 4e1b0ce7930fc7201a42ca17669e81d088d0c5b2
dir: /test/asm/operator-precedence.asm/

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