shithub: rgbds

ref: 5406674cdd3f4be6d4abf9ef523fa116b08f54e7
dir: /test/asm/operator-precedence.asm/

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