Fix lorex max values in docs

This commit is contained in:
Joshua Bell 2013-08-15 22:06:01 -07:00
parent c896fcfda3
commit ccf26132bf
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ This is intended as a quick reference for the <a href="index.htm">Applesoft BASI
<dl>
<dt>GR<dd>Set display to lores mode, clear screen
<dt>COLOR= <var>expr</var><dd>Set lores color (0...15)
<dt>PLOT <var>expr</var>, <var>expr</var><dd>Plot lores point (x = 0...39, y = 0...40/48)
<dt>PLOT <var>expr</var>, <var>expr</var><dd>Plot lores point (x = 0...39, y = 0...39/47)
<dt>HLIN <var>expr</var>, <var>expr</var> AT <var>expr</var><dd>Plot horizontal line (x1, x2 at y)
<dt>VLIN <var>expr</var>, <var>expr</var> AT <var>expr</var><dd>Plot vertical line (y1, y2 at x)
</dl>