diff --git a/reference.html b/reference.html index f7d2f7e..63686eb 100644 --- a/reference.html +++ b/reference.html @@ -355,7 +355,7 @@ can be literals (unquoted strings), strings, or numbers

Operator Precedence

-

Operators are listed vertically in order of precedence, from highest to lowest. Operators are the same line are of the same priority, and in an expression are executed from left to right. This order differs from the order in some other dialects of BASIC, but does match Applesoft. +

Operators are listed vertically in order of precedence, from highest to lowest. Operators on the same line are of the same priority, and in an expression are executed from left to right. This order differs from the order in some other dialects of BASIC, but does match Applesoft.