<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Hi all!<div> </div><div>I think that we should change (and test) all those singular cases. And maybe add lower-case versions for #microSeconds, #milliSeconds, and #nanoSeconds to make it proper English. :-)</div><div><br></div><div><span style="font-size: 10pt">Best,</span><br></div><div>Marcel</div><div><br></div><div class="mb_sig"></div>
                                        <blockquote class="history_container" type="cite" style="border-left-style: solid;border-width: 1px;margin-top: 20px;margin-left: 0px;padding-left: 10px;min-width: 500px">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 06.03.2021 16:05:28 schrieb David T. Lewis <lewis@mail.msen.com>:</p><div style="font-family:Arial,Helvetica,sans-serif">On Sat, Mar 06, 2021 at 02:34:44AM -0600, Jaromir Matas wrote:<br>> > That sounds like a surprising feature/bug ??? either it should wait for 10<br>> seconds, or it should throw an error, IMHO, but not simply disregard the<br>> receiver. I'd prefer if it just did the expected thing, making #second and<br>> #seconds synonyms.<br>> <br>> +1. It bit me a couple of times already :)<br>> <br><br>+1<br><br>My expectation would be that #second, #minute, #hour etc would<br>be syntactic sugar. And I certainly would not expect "5 second"<br>to mean one second duration.<br><br>I note that we have several methods like this (second, minute, hour...)<br>and they have Brent Pinkney's (brp) initials since 2004. I don't know<br>if anyone depends on that existing behavior.<br><br>Off topic, but there are other problems with these duration methods.<br>They are defined in Number but round the duration magnitudes to<br>whole seconds. And durations for 1 day or 1 week are undefinable<br>due to daylight savings transitions and occasional leap seconds.<br><br>Dave<br><br><br>> I'm not sure it's grammatically 100% correct but in English there's e.g. a<br>> five-second delay etc. sometimes written as five second delay...<br>> <br>> <br>> Number >> second<br>> <br>>     ^ self sign seconds<br>> <br>> Number >> sign<br>>     "Answer 1 if the receiver is greater than 0, -1 if less than 0, else 0."<br>> <br>>         self > 0 ifTrue: [^1].<br>>         self < 0 ifTrue: [^-1].<br>>        ^0<br>> <br>> <br>> <br>> <br>> <br>> -----<br>> ^[^ Jaromir<br>> --<br>> Sent from: http://forum.world.st/Squeak-Dev-f45488.html<br>> <br><br></div></blockquote></div>