next up previous contents
Next: for Up: Scripting Previous: if-else

while

The while structure will repeatedly evaluate a block of code as long as a truth condition can be evaluated to be true.

while b<5 \
b=b+1 \
end



Arun Francis Rodrigues
1999-08-17