[squeak-dev] #ifCurtailed - why the "complete := true" line?

Jaromir m at jaromir.net
Sat Feb 13 11:55:20 UTC 2021


Hi,
I can't figure this one out - is the value of /complete / in #ifCurtailed
method used somewhere? 
Very confusing ;) Thanks a lot!
Jaromir

ifCurtailed: aBlock
	| complete result |
	<primitive: 198>
	result := self valueNoContextSwitch.
	complete := true.
	^result



--
Sent from: http://forum.world.st/Squeak-Dev-f45488.html


More information about the Squeak-dev mailing list