Time from a program start
timemilli
Returns time in milliseconds since the POOL program start or since the last occurence of the
clearall
instruction.
Example:
repeat 3 [print timemilli]
wait 500
repeat 3 [print timemilli]
Output:
26.8576
32.2756
32.7556
525.964
527.5084
528.9308
See also:
Table of Code