shithub: mc

ref: 939f632c16cadc94f03173c274c2a55535088bb6
dir: /test/str.myr/

View raw version
const main = {
	var str

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