From ccf26132bfe6f0c5259a2190ed9e582b26b4bc31 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Thu, 15 Aug 2013 22:06:01 -0700 Subject: [PATCH] Fix lorex max values in docs --- reference.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference.htm b/reference.htm index 0428f55..5a13096 100644 --- a/reference.htm +++ b/reference.htm @@ -119,7 +119,7 @@ This is intended as a quick reference for the Applesoft BASI
GR
Set display to lores mode, clear screen
COLOR= expr
Set lores color (0...15) -
PLOT expr, expr
Plot lores point (x = 0...39, y = 0...40/48) +
PLOT expr, expr
Plot lores point (x = 0...39, y = 0...39/47)
HLIN expr, expr AT expr
Plot horizontal line (x1, x2 at y)
VLIN expr, expr AT expr
Plot vertical line (y1, y2 at x)