shithub: rgbds

ref: 8ed65078dab6a5832b857de46c5d461c26e46746
dir: /test/asm/operator-precedence.asm/

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