shithub: mc

ref: 2acbf18832cedf7acdc3f6640d343b5f0feb1398
dir: /test/str.myr/

View raw version
const main = {
	var str

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