home *** CD-ROM | disk | FTP | other *** search
- Which of these is a string?,5
- nam$,64,a3:,a3,number
- Which of these is a variable?,5
- 22,a3:,total,4a,nam$
- Which of these is a legal label?,5
- a22:,hello,"hello",22,44:
- What is the addition sign?
- +
- What is the subtraction sign?
- -
- What is the division sign?
- /
- What is the multiplication sign?
- *
- What completes a FOR loop?
- NEXT
- What completes a WHILE loop?
- WEND
- What completes a IF THEN block?
- END IF
- What completes a subroutine?
- RETURN
- What completes a subprogram?
- END SUB
-