shithub: mc

ref: 16dbaa9af38342979bf91bf5f5e3f4e3d418919c
dir: /test/str.myr/

View raw version
const main = {
	var str

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