shithub: rgbds

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

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