Added _release/help
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<html><head><title>Command: Until </title><meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'><link rel='stylesheet' href='../css/commands.css' type='text/css'></head><body><span class='Command'> Until condition </span></p><span class='header'>Definition:</span> <br><br><table width='100%' border='0' cellspacing='2' cellpadding='2' align='center'><tr><td>The closing command of the REPEAT ... UNTIL loop.</td></tr></table><span class='header'><br>Parameter Description:</span> <br><br><table width='100%' border='0' cellspacing='2' cellpadding='2' align='center'><tr><td>condition = any valid expression (see example)</td></tr></table><p class='header'>Command Description: <br><br><table width='100%' border='0' cellspacing='2' cellpadding='2' align='center'><tr><td>This portion of the <a href='REPEAT.htm'>REPEAT</a> ... UNTIL loop dictates what condition must be met before the loop stops execution. All commands between the two commands will be executed endlessly until the UNTIL condition is met.</td></tr></table><p class='header'>Example: <br><br><table width='100%' border='0' cellspacing='2' cellpadding='2' align='center'><tr><td>; Repeat until user hits ESC key<br>
|
||||
<br>
|
||||
Repeat<br>
|
||||
print "Press ESC to quit this!"<br>
|
||||
Until KeyHit(1)<br>
|
||||
<br></td></tr></table><p><b><a target="_top" href="../index.htm">Index</a></b></p></body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user