qb45advr.hlp (Topic list)
Statements and Functions Listed by Programming Tasks
  Programming Tasks   Contents   Index
──────────────────────────────────────────────────────────────────────────────
Programmer's Task List of BASIC Statements and Functions
 
Programming Task                        Example Keywords in this List
Build loops and decision structures   FOR...NEXT, DO...LOOP, IF...THEN,
                                        SELECT
Define and call procedures            DECLARE, FUNCTION...END FUNCTION,
                                        SUB...END SUB, CALL
Device input/output                   PRINT, PRINT USING, LPRINT, INPUT$
File input/output                     OPEN, WRITE #, INPUT #, GET, PUT, EOF
Manipulate and transform strings      LEFT$, MID$, RIGHT$, LEN, INSTR
Display graphic images                SCREEN, DRAW, COLOR, PALETTE, PAINT
Set traps for events and errors       ON KEY GOSUB, ON ERROR GOTO, RESUME