8 lines
145 B
Bash
8 lines
145 B
Bash
$ go run multiple-return-values.go
|
|
3
|
|
7
|
|
7
|
|
|
|
# Another key aspect of functions in Go is their ability
|
|
# to form closures, which we'll look at next.
|