Often one needs to execute multiple function calls, in order, as a single unit.
(begin statement_1 ...
statement_n)
will execute the statements in order. The value of begin is the the value of statement_n.
Multiple statements are automatically allowed: