shithub: mc

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