Contents Chapter 31: User-Defined Functions (UDFs) | 31.2. Writing User-Defined Functions | Print page 31.2.1. Naming Your UDFIf your UDF is going to work only with the evolution parameter S, then its name should be of the form UDF<ID>, where <ID> is an integer between 1 and 1000. If the UDF is going to work with fields, you can name it anything you want. « 31.2. Writing User-Defined Functions 31.2.2. Summary of CLIPS Syntax »