Go Concepts - Operators: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→:=) |
||
Line 12: | Line 12: | ||
= := = | = := = | ||
Variable declaration and assignment. | Variable declaration and assignment. Also known as ''short variable declaration'' operator. |
Revision as of 16:58, 18 March 2016
Internal
=
The assignment operator.
==
Indexing Operator []
:=
Variable declaration and assignment. Also known as short variable declaration operator.