shithub: mc

ref: 2b13f71e390a91faabcc209f44b1ec20ae0fa4ff
dir: /test/str.myr/

View raw version
use std
/* checks that string literals are compiled correctly.
exits with ascii 'f', ie, 102. */
const main = {
	var str

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