Sept. 4, 2017
8:02 a.m.
On 4 September 2017 at 09:58, H. Hirzel <hannes.hirzel@gmail.com> wrote:
Hello
In Pharo 6.1 what is the difference between the
'do-it' (ctrl d) and
'do-it and go
menu entry in the playground (see screen shot)?
Regards Hannes
Ctrl-d will execute the selected expression, but not show the resulting object. Ctrl-g will execute the selected expression and open a new tab inspecting the resulting object. Cheers, Alistair