shithub: mc

ref: 29c18d7fc18d76827b14ce5de83e6c48330acfdc
dir: /test/str.myr/

View raw version
const main = {
	var str

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