shithub: mc

ref: 03ac35586687e146835216f8339dbe31ead84d98
dir: /test/str.myr/

View raw version
const main = {
	var str

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