HOME >> Tutorials >> Tutorial 1: Basic Commands |
Name of term | Description | where to find command on calc. |
ClrHome | Clears the home screen | while making a program press prgm and hit to the right once and go down to #8 |
Lbl | A heading which the program can be told to go to. | while making a program press prgm and go down to #9 |
Menu( | A list of terms that you can make the calculator do like go to a label | while making a program press prgm and go down to C |
ClrHome
Lbl A
Menu("TEST","QUIT",1
Lbl 1
ClrHome
""
these must always be used to have the calculator show text
,
used in menus to divide up different selections
TEST the
title of the menu
QUIT the
title of the selection
1
has program go to Lbl 1
A
label for the menu used when trying to link menus together
If you do not understand any part of this tutorial or have a question about programming E-mail us.