There was an error while loading. Please reload this page.
1 parent a7e3921 commit 3d30efdCopy full SHA for 3d30efd
en/02.3.md
@@ -193,7 +193,7 @@ Use the `func` keyword to define a function.
193
func funcName(input1 type1, input2 type2) (output1 type1, output2 type2) {
194
// function body
195
// multi-value return
196
- return value1, value2
+ return output1, output2
197
}
198
```
199
We can extrapolate the following information from the example above.
0 commit comments