shithub: mc

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

View raw version
const main = {
	var str

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