shithub: mc

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

View raw version
const main = {
	var str

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