Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down