Condition & Loops
Conditions & Loops Overview¶
As found in the Razor macro system, you can use if
, for
and while
when writing a script.
if¶
1 2 3 4 5 6 7 |
|
Example
1 2 3 4 5 6 7 8 9 |
|
1 2 3 |
|
for¶
1 2 3 |
|
Example
1 2 3 4 |
|
while¶
1 2 3 |
|
Example
1 2 3 4 |
|
Last update:
December 13, 2022