shithub: rgbds

ref: 230798187862bbcaf6d3a251ee71d3a4d6d8f74d
dir: /test/asm/operator-precedence.asm/

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