mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 03:42:23 -07:00
Update default field value syntax; Use more declaration groupings
This commit is contained in:
+1
-4
@@ -14,9 +14,6 @@ import (
|
||||
"utf16.odin";
|
||||
)
|
||||
|
||||
|
||||
proc main() {
|
||||
proc(s: string){
|
||||
fmt.println(s, "world!");
|
||||
}("Hellope");
|
||||
fmt.println("Hellope!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user