Formatting

This commit is contained in:
Joshua Bell 2013-08-16 20:00:21 -07:00
parent 90e42a5773
commit e004ed0be3
1 changed files with 3 additions and 3 deletions

View File

@ -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>&lt;<dd>Less than
<dt>&gt;<dd>Greater than
<dt>&lt;=<dt>=&lt;<dd>Less than or equal