shithub: mc

ref: 647346ba80b366580d53733a14d05baffe0dfa3b
dir: /test/str.myr/

View raw version
const main = {
	var str

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