Go Concepts - Operators: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


=Internal=
=Internal=
* [[Go Concepts#Subjects|Go Concepts]]
* [[Go Concepts - Lexical Structure#Operators|Go Lexical Structure]]


= = =
= = =

Revision as of 05:14, 22 March 2016

External

Internal

=

The assignment operator.

==

[]

Indexing Operator.

:=

Variable declaration and assignment. Also known as short variable declaration operator.

<-