Pascal Routine Function

A Pascal function with no [ASYNCHRONOUS] attribute. May be local or global. For example:

Function SomeFunc(P1, P2 : INTEGER) : INTEGER; 
   BEGIN 
   ... 
   END; 

Scientific Toolworks, Inc.
http://www.scitools.com