<< Click to Display Table of Contents >> Navigation: Concordance Programming Fundamentals > Writing a Function > About Built-in functions |
There are two types of functions: built-in functions, and user-defined functions.The previous topics discuss user-defined functions in detail: they are functions that you write to perform tasks. However, there are entire libraries of built-in CPL functions that perform specific tasks, such as database handling, file handling, math, text manipulation, and more. You will likely find these functions an invaluable tool for your programming needs. However, such a discussion is beyond the scope of this section. Instead, the following topics will assist you in learning more about built-in functions:
Topic |
Description |
The Fundamentals topic that discusses built-in functions. |
|
The section of the document that goes into detail about the different types of built-in functions. |
|
The reference listing of all CPL functions. |