[Newbies] whats the difference between over and through

Bernhard Pieber bernhard at pieber.com
Tue May 17 17:18:37 UTC 2016


Hi,

The difference is only relevant for statements with blocks. Over executes the next message send and then stops. Over does not enter block, though. Through does.

Cheers,
Bernhard

> Am 17.05.2016 um 19:06 schrieb Joseph Alotta <joseph.alotta at gmail.com>:
> 
> Greetings,
> 
> What’s the difference between over and through in the debugger?
> 
> Is there something that goes to the next line of code?
> 
> 
> Sincerely,
> 
> Joe.
> 
> 
> _______________________________________________
> Beginners mailing list
> Beginners at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners



More information about the Beginners mailing list