shithub: rgbds

ref: bf9f99ebf54fe79d4130c464a9524c62acc5de06
dir: /test/asm/operator-precedence.asm/

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