shithub: mc

ref: deb278d26087e1393e1ef1f9bfe0592b4df16298
dir: /test/str.myr/

View raw version
const main = {
	var str

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