This commit is contained in:
Joshua Bell 2022-01-29 10:19:28 -08:00
parent 0f77241688
commit 452ed49081
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ can be literals (unquoted strings), strings, or numbers
</dl>
<h3>Operator Precedence</h3>
<p>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.
<p>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.
<ul style="list-style-type: none">
<li><code>( )</code>