shithub: rgbds

ref: 7a314e7aff2a6e9a0f82cc7f98269276fcc167cb
dir: /test/asm/operator-precedence.asm/

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