shithub: mc

ref: 3535b00498a9812b689a8fee281b73d426b92aff
dir: /test/str.myr/

View raw version
const main = {
	var str

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