Menu

#294 for loop syntax: For Var id = ...

open
nobody
None
2015-07-09
2015-07-09
dkl
No

Besides

dim i as integer
for i = 1 to 2

for i as integer = 1 to 2

FB could also allow

for var i = 1 to 2

which would automatically derive the iterator variable's data type from the starting expression.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB