Update 'Return Direction'

Sasha Koshka 2022-08-24 18:39:44 +00:00
parent 64560dd226
commit 9191982421
1 changed files with 1 additions and 1 deletions

@ -1,5 +1,5 @@
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
languages, and is greatly enhanced by its ability to define variables in-place. It
is done by placing an arrow called a return direction after the [phrase](Phrases):
`file.write bytes -> bytesWritten:Size err`