Block Loops
Handel supports block loops. Block loops begin with the block keyword and end with the endblock keyword and a loop for digit
or loop while condition
customization.
Here is an example two block loops in Handel.
Block loops are blocking (no pun intended), and should not be confused with Handel's procedures (chunks).
More on procedures below.