shithub: rgbds

ref: cd072d5e6a9031ae326e9d95c7680bde94a88d81
dir: /test/asm/operator-precedence.asm/

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