Update 'Return Direction'

Sasha Koshka 2022-08-24 16:05:17 +00:00
parent 9a9037f480
commit 6af3b0bd05
1 changed files with 1 additions and 1 deletions

@ -1,6 +1,6 @@
The way ARF handles return values from functions is different from other
languages, and is made possible by its ability to define variables in-place. It
is done using an arrow called a return direction:
is done by placing an arrow called a return direction after the [phrase](Phrase):
`file.write bytes -> bytesWritten:Size err`