shithub: mc

ref: 6f349d4517219f9e23f70c87d1a62dccc7438218
dir: /test/str.myr/

View raw version
const main = {
	var str

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