match to switch; Optional semicolons after "import" statements

This commit is contained in:
Ginger Bill
2017-10-01 17:09:57 +01:00
parent f38c8875b2
commit c1e720a49b
33 changed files with 641 additions and 451 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import "core:mem.odin";
import "core:mem.odin"
new_string :: proc(s: string) -> string {
c := make([]u8, len(s)+1);