3. Control Flow
Description of Letlang's control flow expressions
In the previous chapter, we learned about the match
branching expression which
allows you to execute different branches of code using pattern matching.
Letlang provides some other control flow mechanisms:
This chapter will cover those mechanisms in detail.