Skip to content

Commit 87fbfe4

Browse files
ZJUGuoShuaitatetian
authored andcommitted
doc: add \REPEAT control
1 parent ab9fd29 commit 87fbfe4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ and `<function>`:
136136
\WHILE{<condition>}
137137
<block>
138138
\ENDWHILE
139+
# Or a repeat: \REPEAT <block> \UNTIL{<cond>}
140+
\REPEAT
141+
<block>
142+
\UNTIL{<cond>}
139143
140144
# A <function> can by defined by either \FUNCTION or \PROCEDURE
141145
# Both are exactly the same

0 commit comments

Comments
 (0)