shithub: mc

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

View raw version
const main = {
	var str

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