shithub: mc

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

View raw version
const main = {
	var str

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