From 9191982421832e3edb1124321df961bfb2e4604f Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Wed, 24 Aug 2022 18:39:44 +0000 Subject: [PATCH] Update 'Return Direction' --- Return-Direction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Return-Direction.md b/Return-Direction.md index 9c8a13b..8bcda3b 100644 --- a/Return-Direction.md +++ b/Return-Direction.md @@ -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`