Heh. Any language (its a general term I believe, specifically fortran has them. The description I found didn't help though). More generally whats the difference between an indirect and direct function call.
I'm not actually using them. I'm doing a compilers course and it describes how to treat them. I'm guessing that indirect means the target of the goto/function call is decided at runtime rather than compile time (badness!), but its only a guess.