shithub: rgbds

ref: 7311fc9ef81bcab931b9ca768f018a627f281933
dir: /test/asm/operator-precedence.asm/

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