paragraph.repeat
restarts execution at the previous loop statement in a paragraph.
Syntax
repeat
Description
restarts paragraph execution at the line following the most recent 'loop' statement.
Note that paragraph will correctly handle a loop structure within another loop structure.
Example
paragraph
loop
time
if <<a,Quit (Y/N)?>> = y then go done
repeat
done:
This example will repeatedly print the time and ask the user if he/she whishes
to quit.
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
