Go Functions: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
<span id='Short_Variable_Declaration'></span>Go functions allow variables to be declared, inside the function, with the [[Go_Language#Short_Variable_Declaration|short variable declaration]]. | <span id='Short_Variable_Declaration'></span>Go functions allow variables to be declared, inside the function, with the [[Go_Language#Short_Variable_Declaration|short variable declaration]]. | ||
=Built-in Functions= | |||
<font color=darkkhaki>Built-in functions for [[Go_Language#Type_Conversion|type conversions]].</font> | |||
=DEPLETE THIS= | =DEPLETE THIS= | ||
<FONT COLOR=darkkhaki>deplete this [[Go Concepts - Functions]]</font> | <FONT COLOR=darkkhaki>deplete this [[Go Concepts - Functions]]</font> |
Revision as of 03:54, 19 August 2023
Internal
Overview
Go functions allow variables to be declared, inside the function, with the short variable declaration.
Built-in Functions
Built-in functions for type conversions.
DEPLETE THIS
deplete this Go Concepts - Functions