mirror of
https://github.com/inexorabletash/jsbasic.git
synced 2024-12-21 16:30:19 +00:00
Formatting
This commit is contained in:
parent
90e42a5773
commit
e004ed0be3
@ -250,7 +250,7 @@ This is intended as a quick reference for the <a href="index.htm">Applesoft BASI
|
||||
<h3>Type Conversion Functions</h3>
|
||||
<dl>
|
||||
<dt>ASC( <var>expr</var> )<dd>ASCII code for first character of string
|
||||
<dt>CHR$( <var>expr</var> )<dd>Character at specified ASCII code point<a href="#chr_extras">[3]</a>
|
||||
<dt>CHR$( <var>expr</var> )<dd>Character at specified ASCII code point <a href="#chr_extras">[3]</a>
|
||||
<dt>STR$( <var>expr</var> )<dd>String representation of number
|
||||
<dt>VAL( <var>expr</var> )<dd>Parse string into number
|
||||
</dl>
|
||||
@ -260,7 +260,7 @@ This is intended as a quick reference for the <a href="index.htm">Applesoft BASI
|
||||
<dt>PDL( <var>expr</var> )<dd>Paddle position (paddle number)
|
||||
<dt>POS( <var>expr</var> )<dd>Horizontal cursor position
|
||||
<dt>SCRN( <var>expr</var>, <var>expr</var> )<dd>Lores color at pixel (x,y)
|
||||
<dt>HSCRN( <var>expr</var>, <var>expr</var> )<dd>Hires color at pixel (x,y)<a href="#hscrn">[4]</a>
|
||||
<dt>HSCRN( <var>expr</var>, <var>expr</var> )<dd>Hires color at pixel (x,y) <a href="#hscrn">[4]</a>
|
||||
<dt>USR( <var>expr</var> )<dd>Execute assembly code at address, return accumulator value <var>- NOT IMPLEMENTED</var>
|
||||
</dl>
|
||||
<h3>User Defined Functions</h3>
|
||||
@ -299,7 +299,7 @@ This is intended as a quick reference for the <a href="index.htm">Applesoft BASI
|
||||
|
||||
<h3>Comparison Operators</h3>
|
||||
<dl>
|
||||
<dt>=<dd>Equality<a href="#eqeq">[2]</a>
|
||||
<dt>=<dd>Equality <a href="#eqeq">[2]</a>
|
||||
<dt><<dd>Less than
|
||||
<dt>><dd>Greater than
|
||||
<dt><=<dt>=<<dd>Less than or equal
|
||||
|
Loading…
Reference in New Issue
Block a user