[Newbies] appending Strings

Bert Freudenberg bert at freudenbergs.de
Fri Oct 3 21:25:39 UTC 2008


Am 03.10.2008 um 14:13 schrieb Mark Volkmann:

> On Oct 3, 2008, at 3:59 PM, Mariano Abel Coca wrote:
>
>> I think you must be thinking in #timeToRun.
>
> No, but you saying that reminded me of where I saw it. It's in the  
> Time class.
>
> ms := Time millisecondsToRun: [ do some stuff here ]
>

which is the same as

ms := [ do some stuff here ] timeToRun.

- Bert -




More information about the Beginners mailing list