From 9a9037f48051cabf385b3ab57dda7accb2eb9ece Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Wed, 24 Aug 2022 16:03:55 +0000 Subject: [PATCH] Update 'Phrases' --- Phrases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Phrases.md b/Phrases.md index 8e0029b..8ac1596 100644 --- a/Phrases.md +++ b/Phrases.md @@ -1,6 +1,6 @@ ARF does not make a syntactical distinction between functions and operators. It -instead has a concept called a phrase, which is similar to an s-expression in lisp. A phrase is -just a list of arguments, where the first argument is the function, method, or +instead has a concept called a phrase, which is similar to an [s-expression](https://en.wikipedia.org/wiki/S-expression) in lisp. A phrase is +just a list of [arguments](Argument), where the first argument is the function, method, or operator to execute, and the rest are, well, arguments to it. Phrases sometimes need to be delimited by square brackets: