shithub: rgbds

ref: 78e751f022a5aa3a6ffc4fd08a81fc408c5b70d4
dir: /test/asm/operator-precedence.asm/

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