next up previous

12.7.6 Time

The time function returns a floating-point value representing the elapsed seconds since the system reference time.

Syntax

(time)

Portability Note

Not all operating systems/compilers provide this function. The code is stored in the sysdep.c file, and the default coding for generic CLIPS is a nonfunctional stub that returns zero for the time.


next up previous