- #1
- 1,367
- 61
Hello,
I want to execute a multiline code for each value of the for loop. How can I do that?
Regards
I want to execute a multiline code for each value of the for loop. How can I do that?
Regards
For[
i = 0, i < n, i++,
line1;
line2;
line3
]