shithub: mc

ref: 552e5b33111a9bfd408073b8eebaf0bd979199cb
dir: /test/str.myr/

View raw version
const main = {
	var str

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