Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Done
-
None
-
None
Description
Sometimes, a (par)for-loop can be known to not have a single iteration. In these cases, the program structure could be simplified by removing the loop altogether. This is a short example:
for(i in seq(1, 0, 1)) {
print(i);
}
Attachments
Issue Links
- links to