shithub: mc

ref: 70c7cde78a758b44fb6f88084ec61923b740b65b
dir: /test/str.myr/

View raw version
const main = {
	var str

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