bas7qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Statements and Functions Listed by Programming Task
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
Programmer's Task List of BASIC Statements and Functions
 
Programming task                        Keywords included in this list
═════════════════════════════════════   ═════════════════════════════════════
Find and traverse directory tree      MKDIR, CHDIR, DIR$, RMDIR, CHDRIVE
Declare variables                     DIM, DATA, READ, LBOUND, CONST
Build loops and decision structures   DO...LOOP, IF...THEN, SELECT
Define and call BASIC procedures      DECLARE, FUNCTION, SUB, CALL
Device input/output                   PRINT, PRINT USING, LPRINT, INPUT$
File input/output                     OPEN, WRITE #, INPUT #, GET, PUT, EOF
Manipulate strings                    LEFT$, MID$, RIGHT$, LEN, INSTR
Manage memory                         FRE, SADD, SSEG, SSEGADD, STACK
Display graphic images                SCREEN, DRAW, COLOR, PALETTE, PAINT
Set traps for events and errors       ON event, ON ERROR, RESUME
Develop ISAM databases                OPEN, CLOSE, DELETETABLE, CREATEINDEX