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)