shithub: rgbds

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

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