shithub: rgbds

ref: 8ccbd9dc36c9fd672225ba91e50d022f166acd73
dir: /test/asm/operator-precedence.asm/

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