- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for FieldE2 (0.09 sec)
-
doc/go_spec.html
The non-blank variable names on the left side of <code>:=</code> must be <a href="#Uniqueness_of_identifiers">unique</a>. </p> <pre> field1, offset := nextField(str, 0) field2, offset := nextField(str, offset) // redeclares offset x, y, x := 1, 2, 3 // illegal: x repeated on left side of := </pre> <p> Short variable declarations may appear only inside functions.
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0)