shithub: mc

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

View raw version
const main = {
	var str

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