shithub: rgbds

ref: 188027bccce01fc744a845c0626c7c6c8559966c
dir: /test/asm/operator-precedence.asm/

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