shithub: mc

ref: 9ae749374b8862dd16792eadacff1fb7dde6fa05
dir: /test/str.myr/

View raw version
const main = {
	var str

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