mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-27 01:40:03 +00:00
Full Unicode Support
This commit is contained in:
+3
-6
@@ -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");
|
||||
世界();
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user