<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    If I evaluate this:<br>
    <br>
    <font face="Georgia">[<br>
      &nbsp;&nbsp;&nbsp; n _ 111.<br>
      &nbsp;&nbsp;&nbsp; d _ Delay forSeconds: n.<br>
      &nbsp;&nbsp;&nbsp; starting _ Time now.<br>
      &nbsp;&nbsp;&nbsp; d wait.<br>
      &nbsp;&nbsp;&nbsp; ending _ Time now.<br>
      &nbsp;&nbsp;&nbsp; {starting. ending. ending asSeconds - starting asSeconds. n}
      inspect<br>
      ] fork<br>
      <br>
      Then save and quit.<br>
      Then restart Squeak.<br>
      <br>
      After a short wait, I get an inspector with:<br>
      <br>
      {2:46:15.116 pm . 2:46:40.616 pm . 25 . 111}<br>
      <br>
      I'm seeing other odd changes to Delays, but this is easy to
      reproduce. <br>
      <br>
      Cheers,<br>
      Bob<br>
      <br>
    </font>
  </body>
</html>