shithub: rgbds

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

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