Radio Shack Pro-2032 Specifications Page 52

  • Download
  • Add to my manuals
  • Print
  • Page
    / 72
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 51
"TH
EN"
or
" ;
If
(semicolon)
are
used
separately depending upon what follows.
5-6-5 Loop Command
FOR-NEXT
statement
A
FOR"NEXT
statement
is
used
when
you
want
to
perform similar operations
repeatedly
and
the number
of
repetitions (loops)
is
known.
Format: FOR variable = n TO m
[STEP
R-,]
T
-I
~
initial final increment
value value
NEXT
variable
(Item enclosed in brackets may
be
omitted.)
(n, m and Qare numerical expressions.)
In other words, this
is
a command
to
repeatedly execute the command between
"FOR"
and
"NEXT"
while
a variable changes
from
n
to
m in increments
of
Q.
When execution reaches
m,
it
proceeds
to
the command
following
"NEXT".
-49-
Page view 51
1 2 ... 47 48 49 50 51 52 53 54 55 56 57 ... 71 72

Comments to this Manuals

No comments