- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Res (0.05 sec)
-
doc/go_spec.html
with the same name as a result parameter is in <a href="#Declarations_and_scope">scope</a> at the place of the return. </p> <pre> func f(n int) (res int, err error) { if _, err := f(n-1); err != nil { return // invalid return statement: err is shadowed } return } </pre> <h3 id="Break_statements">Break statements</h3> <p>
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0)