shithub: mc

ref: 5602844b7d3261133acdbf16462d91177338850f
dir: /test/str.myr/

View raw version
const main = {
	var str

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