shithub: rgbds

ref: 192606537759c3e65866f973b56f48046f60cf6d
dir: /test/asm/operator-precedence.asm/

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