shithub: mc

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

View raw version
const main = {
	var str

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