' Time a function SUB timed() SLEEP 7000 END SUB st = TIMER timed() et = TIMER PRINT st, ", ", et