shithub: mc

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

View raw version
const main = {
	var str

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