shithub: mc

ref: 61bf93a04f438f9ff1273a996b7d8030b1547259
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]
}