shithub: rgbds

ref: 12ba057b4f74a6ef4989d0ceb4075ef74bcc6ea2
dir: /test/asm/operator-precedence.asm/

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