|
|||||
Encountered a function that was never defined.
Additional Information
The function is "X".
Explanation
All functions must be declared before they are used. The body of the function may be given anywhere in a program (thereby defining the function), but its heading must appear at least once before its first use.