shithub: mc

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

View raw version
const main = {
	var str

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