added var to function call
parent
40c9090656
commit
fe49453d0a
|
@ -12,5 +12,5 @@ end
|
|||
func main() begin
|
||||
var n, o, p, q, r, s, t, u, v, w
|
||||
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
|
Loading…
Reference in New Issue