shithub: mc

ref: 73158c2bad4d1ce6817abecf22e625039ccb1510
dir: /test/str.myr/

View raw version
const main = {
	var str

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