shithub: mc

ref: 86f01268aef860fafca5e93913e657efc58b240e
dir: /test/str.myr/

View raw version
const main = {
	var str

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