timer
timer()
computes an expression under the interval timer.
If the computation finishes within the specified interval, it
returns the result of the computation. Otherwise it returns the third
argument.
[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]
Go to the first, previous, next, last section, table of contents.