From 1a336c0ad4b611d3118948d5c97a67d443b9f929 Mon Sep 17 00:00:00 2001 From: Arya-Elfren Date: Thu, 20 Feb 2025 17:32:42 +0000 Subject: [PATCH] "are are" in README.txt --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 0b0bc42..8ced7ad 100644 --- a/README.txt +++ b/README.txt @@ -172,8 +172,8 @@ TYPES SYNTAX Expressions are sequences of words (or other syntactic elements) written in postfix - form. All words are are executed in left to right order as they are encountered. - When a word is executed it looks up the value bound to that word. If the value is a + form. All words are executed in left to right order as they are encountered. When a + word is executed it looks up the value bound to that word. If the value is a function, then the function is applied and any arguments of the function are taken from the stack. If the value is not a function then the value itself is pushed onto the stack.