shithub: mc

ref: fc7a3c0d5470cece4a3e444750181f7101cbe98f
dir: /test/chartest.myr/

View raw version
use std

const main = {
	std.assert('a' == '\u{61}', "unicode char values invalid")
	std.assert('Σ' == '\u{03a3}', "unicode char values invalid")
}