shithub: mc

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

View raw version
const main = {
	var str

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