Example programs for Part 8

Click on the anchor to see the rendering.

Right click on the anchor and select 'Save Target As ...' to download the file.

Nested function definitions example from sec. 8.1

Example with functions as arguments in calls and as values in associative arrays from sec. 8.2

Use of the arguments array in finding the maximum of the values passed, from sec. 8.3