- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for function_name (0.07 sec)
-
doc/go_spec.html
a bit. --> <p> A function declaration binds an identifier, the <i>function name</i>, to a function. </p> <pre class="ebnf"> FunctionDecl = "func" FunctionName [ TypeParameters ] Signature [ FunctionBody ] . FunctionName = identifier . FunctionBody = Block . </pre> <p> If the function's <a href="#Function_types">signature</a> declares
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0)