Go Functions: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
=Built-in Functions= | =Built-in Functions= | ||
<font color=darkkhaki>Built-in functions for [[Go_Language#Type_Conversion|type conversions]].</font> | <font color=darkkhaki>Built-in functions for [[Go_Language#Type_Conversion|type conversions]]. | ||
Is <code>len()</code> a built-in function? | |||
</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:40, 20 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.
Is len()
a built-in function?
DEPLETE THIS
deplete this Go Concepts - Functions