shithub: rgbds

ref: 32242e0ff274c2f9645623bdd8fe66af5baea1db
dir: /test/asm/operator-precedence.asm/

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