From 452ed49081bc437fe98aef575c60ef6aa958404b Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Sat, 29 Jan 2022 10:19:28 -0800 Subject: [PATCH] Fix typo --- reference.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.