First page Back Continue Last page Graphics
FUNCTION NAME AS AN ARGUMENT
Hidden in the definition at the bottom of page 113.
Lets you call a program which applies a function that is passed as the argument.
A simple example may be an apply function with three arguments, like my_value(1, 2, sum); where sum is a function that adds two things my_value(1,2,subtract); where subtract is a function that subtracts two things