shithub: mc

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