We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c353b1 commit 0526da7Copy full SHA for 0526da7
tatsu-tags.html
@@ -219,7 +219,7 @@
219
<td>loop</td>
220
<td>Executes <code>code</code> in a loop from <code>initialValue</code> to <code>finalValue</code> separated
221
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>
+ that <code>initialValue</code> is less than or equal to <code>finalValue</code>. Maximum range for a loop is 100.</td>
223
<td><code>{loop;initialValue;finalValue;code[;separator]}</code></td>
224
<td><code>{loop;0;5;{i}; }</code></td>
225
<td>0 1 2 3 4 5</td>
0 commit comments