diff --git a/examples/lang/unicode.mcl b/examples/lang/unicode.mcl new file mode 100644 index 00000000..ae33ac33 --- /dev/null +++ b/examples/lang/unicode.mcl @@ -0,0 +1,7 @@ +$unicode = "ᴊᴀᴍᴇꜱ is cool ⇨ and so is π ☻" +print "unicode" { + msg => $unicode, +} +file "/tmp/unicode" { + content => $unicode + "\n", +}