Can you elaborate on that a bit? I haven't heard of that before. Does it mean that functions are inherently (speaking in terms of order of operation) going to be called after pointers to functions?
It means that unlike other things (such as integers, strings, etc) functions aren't treated as value types. They have unusual treatment compared to all other parts of the language.