shithub: mc

ref: 23f4bc49055d8a9a28648b1c6e52f24eb4425ddf
dir: /test/str.myr/

View raw version
const main = {
	var str

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