Sorry if this has been asked before but I couldn't find it anywhere. My question is how do you pass a function as an argument into another function. I don't mean pass the return value, I mean passing the function itself so the recieving funtion can use it as much as neccessary in order to get the values it needs.