apply
apply : ((x-1 ... x-n -> y) x-1 ... x-i (list x-i+1 ... x-n) -> y)
purpose:
to apply a function using items from a list as the arguments
Intermediate Student Language