shithub: rgbds

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

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