shithub: mc

ref: 120e25cfe43a221c18d61f1ef7fc0abf55c61f25
dir: /test/str.myr/

View raw version
const main = {
	var str

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