shithub: mc

ref: 975783f23df93ee5e102c797598ada07c22d7565
dir: /test/str.myr/

View raw version
const main = {
	var str

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