shithub: mc

ref: 3ed9d43d93fa78ca837f4e282c88a6538b3fa064
dir: /test/str.myr/

View raw version
const main = {
	var str

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