shithub: mc

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

View raw version
const main = {
	var str

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