Full Unicode Support

This commit is contained in:
gingerBill
2016-08-15 15:02:45 +01:00
parent 3ed75b22a3
commit dcbb2fcfbd
16 changed files with 16019 additions and 116 deletions
+3 -6
View File
@@ -4,13 +4,10 @@ TWO_HEARTS :: '💕';
main :: proc() {
nl :: proc() { print_rune('\n'); }
世界 :: proc() { print_string(`日本語`); }
a := "Hello";
if a >= "Hello" {
print_string(":D"); nl();
} else {
print_string(":'("); nl();
}
print_string("Hellope\n");
世界();
/*