shithub: rgbds

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

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