17.10 Example: The Function Call
Operator
- Simple to write a function that takes no arguments and returns a random
number on [1, 100]
- More difficult to write a similar function (no args) that returns
a value on [a, b], where a and b aren't known until run time
- A function object makes it simple:
prev
|top
|next