shithub: mc

ref: f487eae6bc8746528822547f827094d273867006
dir: /test/str.myr/

View raw version
const main = {
	var str

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