EasyManuals Logo

Texas Instruments TI-83 Guide Book

Texas Instruments TI-83
446 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #309 background imageLoading...
Page #309 background image
Programming 16-11
8316PROG.DOC TI-83 international English Bob Fedorisko Revised: 02/19/01 1:23 PM Printed: 02/19/01 1:39
PM Page 11 of 22
While performs a group of
commands
while
condition
is
true.
condition
is frequently a relational test (Chapter 2).
condition
is tested when
While is encountered. If
condition
is true (nonzero), the program executes a group
of
commands
.
End signifies the end of the group. When
condition
is false (zero), the program executes each
command
following
End. While instructions can be nested.
:While
condition
:
command
(while
condition
is true)
:
command
(while
condition
is true)
:End
:
command
Program Output
Repeat repeats a group of
commands
until
condition
is
true (nonzero). It is similar to
While, but
condition
is tested
when
End is encountered; therefore, the group of
commands
is always executed at least once.
Repeat
instructions can be nested.
:Repeat
condition
:
command
(until
condition
is true)
:
command
(until
condition
is true)
:End
:
c
ommand
Program Output
While
Repeat

Table of Contents

Other manuals for Texas Instruments TI-83

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TI-83 and is the answer not in the manual?

Texas Instruments TI-83 Specifications

General IconGeneral
ProgrammingTI-BASIC
ProcessorZilog Z80, 6 MHz
Weight7.4 oz (210 g)
Display96x64 pixels, monochrome LCD
Power Source4 AAA batteries, 1 CR1616 or CR1620 for backup
Memory32 KB RAM
Connectivity2.5mm I/O port for linking with other TI calculators

Related product manuals