shithub: mc

ref: 2a75839b66139c8e402fe6e40992b0fd3c9b01c8
dir: /test/str.myr/

View raw version
const main = {
	var str

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