-
provided input VALUE from
COUNT BRZ
ENDLOOP // If zero (VALUE has been
added to
RESULT by
VALUE times),
branch to
ENDLOOP BRA LOOP //
Branch to LOOP to continue...
- _over,
_loop and _
endloop statements allow iteration.
_block _local s << 0
_local i << 0
_while i <= 100
_loop s +<< i i +<< 1 _
endloop >> s
_endblock Here...
- nk
outer loop
vertex v1x v1y v1z
vertex v2x v2y v2z
vertex v3x v3y v3z
endloop endfacet where each n or v is a floating-point
number in sign-mantissa-e-sign-exponent...
- statements. LOOP, LOOP WHILE, LOOP UNTIL, LOOP FOR, EXITLOOP, NEXTLOOP,
ENDLOOP, and
ENDLOOP REPEAT statements. DOCASE, CASE, ELSECASE, and
ENDCASE statements...
- p_account_number. <ls_account>-balance = <ls_account>-balance - p_amount.
ENDLOOP. ENDFORM. FORM
add_amount USING p_account_number TYPE
string p_amount TYPE...
- A*B
print A B C loop i=-3..3
printf "Phi(%d) = %7.3f\n", i, cdf(N, i)
endloop Running the
above code
produces A (2 x 2) 1 2 3 4 B (2 x 2) -2 1 1.5 -0...
-
working with non-indexed loops. It also
included the center-exit LOOP/
ENDLOOP which used the
EXITIF statement for
testing anywhere in the loop's body...
-
structured programming macros — IF/ELSE/ENDIF DO/ENDDO STRTSRCH/ORELSE/
ENDLOOP/ENDSRCH CASENTRY/CASE/ENDCASE SELECT/WHEN/OTHRWISE/ENDSEL. A dis****embler...
- open_valves.size _for
valve _over open_valves.elements()
_loop write(valve.id) _
endloop Joins are
implemented as
methods on the
parent RWO. For example, a manager...
-
dedicated key on the
PLATO IV keyboard.) The same
syntax was used for loop,
endloop blocks with
semantics comparable to
while loops in
conventional programming...