Functions are very similar to procedures. The one difference is that procedures can pass out
many or no values at all. A function can have many values passed in to it through the interface
however it must have one output value.
Example
Function Validate(Number) : Boolean
|