I read this sentence, as trying to understand better anonymous functions.
Because functions are values, you can pass a function as an argument into another function.
I can't grasp the "functions are values" idea.
If I had to define precisely what functions are, I would say functions return values, or functions are blocks of code. Or function name is a value.
What does it mean "functions are values"?
Thanks