shithub: mc

ref: 10a3edcf0264c6e2b878a230f4a77f8954b67d0d
dir: /test/str.myr/

View raw version
/* checks that string literals are compiled correctly.
exits with ascii 'f', ie, 102. */
const main = {
	var str

	str = "asdf"
	-> str[3]
}