shithub: rgbds

ref: 267e4bc25c951c4817012b4696e81f39d08de321
dir: /test/asm/operator-precedence.asm/

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