added var to function call
This commit is contained in:
parent
40c9090656
commit
fe49453d0a
@ -12,5 +12,5 @@ end
|
|||||||
func main() begin
|
func main() begin
|
||||||
var n, o, p, q, r, s, t, u, v, w
|
var n, o, p, q, r, s, t, u, v, w
|
||||||
n := 5
|
n := 5
|
||||||
n += my_func(1, 2, 3, 5, 8, 13, 21, 34)
|
n += my_func(1, 2, 3, 5, 8, 13, 21, w)
|
||||||
end
|
end
|
Loading…
x
Reference in New Issue
Block a user