[02:26:52] // [02:27:28] Have we decided how to do For loops in Z objects yet? [02:45:11] Depends what you need them for. A foreach is usually a map, and if you need to do something until it is done, recursion does the job. [02:45:45] Within the individual implementations you can just use the for and other constructs of the programming language the implementation is using [02:46:47] So that's a clear "it depends"