shithub: mc

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

View raw version
const main = {
	var str

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