shithub: rgbds

ref: 75b9d4899061d4e329aab7cf5e5d37697d59fa81
dir: /test/asm/operator-precedence.asm/

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