shithub: mc

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