shithub: mc

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

View raw version
const main = {
	var str

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