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 dc25675 commit 0716977Copy full SHA for 0716977
1 file changed
docs/for.md
@@ -10,7 +10,6 @@
10
## Parameters
11
12
* _iterator_: a variable identifier that is used to iterate from an initial value to an end value.
13
-* _datatype_: If specified, the variable iterator will automatically be declared with the type datatype.
14
* _startvalue_: an expression that denotes the starting value of the iterator.
15
* _endvalue_: an expression used to compare with the value of the iterator.
16
* _stepvalue_: an expression that is added to the iterator after every iteration.
0 commit comments