shithub: mc

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