122-32000 Parallax Inc, 122-32000 Datasheet - Page 293

MANUAL PROPELLER

122-32000

Manufacturer Part Number
122-32000
Description
MANUAL PROPELLER
Manufacturer
Parallax Inc
Datasheets

Specifications of 122-32000

Accessory Type
Manual
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With/related Products
Propeller Education (PE) Kit
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
REPEAT
Execute code block repetitively.
((PUB ┆ PRI))
((PUB ┆ PRI))
((PUB ┆ PRI))
((PUB ┆ PRI))
REPEAT 〈
REPEAT
REPEAT
REPEAT
((UNTIL┆ WHILE)) Condition(s)
Statement(s)
Statement(s)
Statement(s)
Statement(s)
Count
Statement(s). If Count is omitted, syntax 1 creates an infinite loop made up of
Statement(s).
Statement(s)
Omitting Statement(s) is rare, but may be useful in syntax 3 and 4 if Condition(s)
achieves the needed effects.
Variable
optionally by Delta units per iteration. Variable can be used in Statement(s) to
determine or utilize the iteration count.
Start
Start is less than Finish, Variable will be incremented each iteration; it will be
decremented otherwise.
Finish
Finish is greater than Start, Variable will be incremented each iteration; it will be
decremented otherwise.
Delta
increment/decrement Variable each iteration (syntax 2). If omitted, Variable is
incremented/decremented by 1 each iteration.
Variable FROM Start TO Finish
(( UNTIL┆ WHILE )) Condition(s)
Count
is an expression that determines the starting value of Variable in syntax 2. If
is an expression that determines the ending value of Variable in syntax 2. If
is an optional expression indicating the finite number of times to execute
is an optional expression that determines the units in which to
is a variable, usually user-defined, that will be iterated from Start to Finish,
is an optional block of one or more lines of code to execute repeatedly.
STEP Delta
4: Spin Language Reference –
Propeller Manual v1.0 · Page 293

Related parts for 122-32000