shithub: mc

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

View raw version
const main = {
	var str

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