User Tools

Site Tools


crpl:docs:repeat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
crpl:docs:repeat [2013/01/14 19:05] – created virgilwcrpl:docs:repeat [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-TODO+<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#flow_control|Flow Control]] 
 +=====  repeat  ===== 
 + 
 +^Arguments^Result^Notation^ 
 +|An item on the stack that determines if the body executes| |''b1 -- ''
 + 
 + 
 +=== Description === 
 +Pops an item from the stack. If true, execute the following statements.  
 +If false, jump to the statement following 'endwhile'
 +=== Examples === 
 +<code>See example at "while"</code>  
crpl/docs/repeat.1358190357.txt.gz · Last modified: 2025/02/14 14:56 (external edit)