-
Notifications
You must be signed in to change notification settings - Fork 0
Nested Loops
PeerHeer edited this page Dec 31, 2019
·
2 revisions
Nested loops can be created in custom functions.
You can create nested loops in the following way:
- Copy the context of your first loop to temporary storage/scores.
- Call another function in the same way you would call it when using a single loop.
- After the nested loop has finished, copy the context back to their original storage/scores.