This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
crpl:docs:repeat [2013/01/14 19:05] – created virgilw | crpl:docs:repeat [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | TODO | + | <- [[crpl: |
+ | ===== repeat | ||
+ | |||
+ | ^Arguments^Result^Notation^ | ||
+ | |An item on the stack that determines if the body executes| |'' | ||
+ | |||
+ | |||
+ | === Description === | ||
+ | Pops an item from the stack. If true, execute the following statements. | ||
+ | If false, jump to the statement following ' | ||
+ | === Examples === | ||
+ | < |