Permalink
Please sign in to comment.
Browse files
Merge pull request #98 from skrul/coalesced-parameters
Complete TODO for coalesced function parameters.
- Loading branch information...
Showing
with
12 additions
and 2 deletions.
13
examples/functions/functions.go
1
examples/functions/functions.sh
| @@ -1,5 +1,6 @@ | ||
| $ go run functions.go | ||
| 1+2 = 3 | ||
| +1+2+3 = 6 | ||
| # There are several other features to Go functions. One is | ||
| # multiple return values, which we'll look at next. |
0 comments on commit
446bd9f