The 'clock' function returns time of milli-second. (1/1000 second unit)
int clock();
Parameters
None
Return Value
Time of milli-second. (1/1000 second unit)
Example1
value = @clock();
Description : From time which runs the LocalMain program to current time, the time of 1/000 second unit is stored in the variable named 'value'.