shithub: mc

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