We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
funcfuncName(input1type1, input2type2) (output1type1, output2type2){
194
// function body
195
// multi-value return
196
-returnvalue1, value2
+returnoutput1, output2
197
}
198
```
199
We can extrapolate the following information from the example above.
0 commit comments