Chapter 4
Program Control
Overview
Dylan provides a number of program control constructs, implementing function calls, operators, assignment, conditional execution, iteration, and nonlocal flow of control.
This chapter also describes the multiple-value facility and the rules for order of execution of Dylan programs.