Go Concepts - Functions

From NovaOrdis Knowledge Base
Revision as of 21:41, 17 March 2016 by Ovidiu (talk | contribs) (Created page with "=Internal= * Go Concepts =Overview= =Built-in Functions= * make() * append() * go...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

Built-in Functions

Closures

Anonymous function that capture local variables.

More about closures is available here.