shithub: rgbds

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

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