mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 04:38:16 +00:00
Basic call expression and fix to assignment count checking
This commit is contained in:
+4
-2
@@ -1,5 +1,7 @@
|
||||
add :: proc(x, y : int) -> (int, int) {
|
||||
return x+y, 1;
|
||||
}
|
||||
|
||||
main :: proc() {
|
||||
a : [16]int;
|
||||
b := a[0:1:2];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user