shithub: mc

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