From 5329ae4ccc73d5dd554f79288a2c48c1ea4468a9 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Sat, 13 Jun 2020 10:38:22 -0700 Subject: [PATCH] Fix TAB() documentation --- reference.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference.html b/reference.html index e2965bc..4b09a11 100644 --- a/reference.html +++ b/reference.html @@ -90,7 +90,7 @@ This is intended as a quick reference for the Applesoft BASIC in Ja
PRINT expr [ [;,] expr ... ] [;]
Output text. ; concatenates, , advances to next tab stop. A trailing ; suppresses line break. expr can include SPC(aexpr) to advance by - multiple spaces, or TAB(aexpr) to advance by multiple tab stops. + multiple spaces, or TAB(aexpr) to advance to column.
INPUT [string ;] var [, var ...]
Read line of comma-delimited input, with optional prompt
GET var
Read single key