Skip to content

Commit 0716977

Browse files
MrKOSMOSboriel
authored andcommitted
Update for.md
Is this feature present? No examples or documentation even show how it would be used
1 parent dc25675 commit 0716977

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/for.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
## Parameters
1111

1212
* _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.
1413
* _startvalue_: an expression that denotes the starting value of the iterator.
1514
* _endvalue_: an expression used to compare with the value of the iterator.
1615
* _stepvalue_: an expression that is added to the iterator after every iteration.

0 commit comments

Comments
 (0)