shithub: mc

ref: 06910883726c34ebc812b86e813d51442157400e
dir: /test/str.myr/

View raw version
const main = {
	var str

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