[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

6.14.7 timer

timer(interval,expr,val)
:: Compute an expression under the interval timer.

return
result

interval
interval (second)

expr
expression to be computed

val
a value to be returned when the timer is expired

 
[0] load("cyclic");
1
[10] timer(10,dp_gr_main(cyclic(7),[c0,c1,c2,c3,c4,c5,c6],1,1,0),0);
interval timer expired (VTALRM)
0
[11] 



This document was generated by root on March, 5 2004 using texi2html