shithub: rgbds

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

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