Update default field value syntax; Use more declaration groupings

This commit is contained in:
Ginger Bill
2017-06-12 18:38:27 +01:00
parent e6a206a430
commit 83bad13e9e
9 changed files with 259 additions and 222 deletions
+1 -4
View File
@@ -14,9 +14,6 @@ import (
"utf16.odin";
)
proc main() {
proc(s: string){
fmt.println(s, "world!");
}("Hellope");
fmt.println("Hellope!");
}