shithub: rgbds

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

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