All,��

Please take a moment to comment on how you like the current behaviour of executing the following snippet then <Step Over> three times to get to the line c := 3. ����

a := 1.
self halt.
b := 2.
self halt.
c := 3.

cheers -ben