shithub: rgbds

ref: 953f79c0d96d8181ca4b854f97ad4bdc5ef79ef3
dir: /test/asm/operator-precedence.asm/

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