Update 'Return Direction'
parent
cf807f441c
commit
a0cd335321
@ -5,7 +5,7 @@ is done by placing an arrow called a return direction after the [phrase](Phrases
|
||||
`file.write bytes -> bytesWritten:Size err`
|
||||
|
||||
The advantage of this is a new variable can be defined without having to
|
||||
re-define and therefore shadow `err`.
|
||||
re-define and therefore shadow `err`, sidestepping a major problem that Go has.
|
||||
|
||||
If a phrase is enclosed in brackets, the return direction arrow lies outside of
|
||||
them:
|
||||
|
Reference in New Issue
Block a user