shithub: mc

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

View raw version
const main = {
	var str

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