Very excellent.

Thanks Sven.

On Thu, 31 Jan 2019 at 08:44, Sven Van Caekenberghe <s...@stfx.eu> wrote:

> Even simpler:
>
> Just inspect:
>
>   Integer>>#factorial.
>
> and one of the tabs is the source code.
>
> You can also do:
>
>   (Integer>>#factorial) browse.
>
> > On 31 Jan 2019, at 17:38, Cyril Ferlicot <cyril.ferli...@gmail.com>
> wrote:
> >
> >
> >
> > On Thu, Jan 31, 2019 at 5:23 PM David Richards <
> david.i.richards....@gmail.com> wrote:
> > Thanks Hernán.
> >
> >       Smalltalk tools browser open.
> >
> > This code expression is helpful to see and understand.
> >
> > My question goes further however -- to how we can open the browser to
> display a specified method of a specified class (e.g. the 'factorial'
> method of class 'Integer').
> >
> >
> > Hi,
> >
> > Smalltalk tools browser openOnMethod: Integer>>#factorial
> >
> > David
> >
> >
> >
> > --
> > Cyril Ferlicot
> > https://ferlicot.fr
>
>
>

Reply via email to