shithub: mc

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

View raw version
const main = {
	var str

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