shithub: mc

ref: 949eb0559d34c181134b810d16d845f7609c2222
dir: /test/str.myr/

View raw version
const main = {
	var str

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