Function declarations

Without a Function declaration, a System does not know what a Function is supposed to do. Some systems have Function declarations built into their libraries, but if you create a new Function, you have to write a Function declaration in order to be able to use it. If the Outcome of your Function is supposed to be a cake, a Function declaration is much like a recipe for the computer to follow.

Andrew Thawley Avatar