mirror of
https://github.com/inexorabletash/jsbasic.git
synced 2024-10-14 05:24:02 +00:00
Fix typo
This commit is contained in:
parent
0f77241688
commit
452ed49081
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user