November 2013
Beginner
592 pages
17h 49m
English
Blocks use a modified function syntax. Like functions, blocks can take arguments and return values. This is the basic format of a declaration:
<ReturnType>(^<BlockName>)<(Arguments)>
ReturnType is the variable type returned by a block, if any.
BlockName is the symbol used for calling the block. The caret (^) is the system-wide indicator preceding the declaration of a block.
Arguments is an optional ...
Read now
Unlock full access