shithub: mc

ref: b98b1cb5d6f7e068de349cbac3d5418c5c174dbe
dir: /test/str.myr/

View raw version
const main = {
	var str

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