Skip to content

Commit 0526da7

Browse files
uh oh
1 parent 5c353b1 commit 0526da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tatsu-tags.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
<td>loop</td>
220220
<td>Executes <code>code</code> in a loop from <code>initialValue</code> to <code>finalValue</code> separated
221221
by <code>separator</code>. <code>initialValue</code> and <code>finalValue</code> must be numbers such
222-
that <code>initialValue</code> is less than or equal to <code>finalValue</code></td>
222+
that <code>initialValue</code> is less than or equal to <code>finalValue</code>. Maximum range for a loop is 100.</td>
223223
<td><code>{loop;initialValue;finalValue;code[;separator]}</code></td>
224224
<td><code>{loop;0;5;{i}; }</code></td>
225225
<td>0 1 2 3 4 5</td>

0 commit comments

Comments
 (0)