On Mon, Mar 31, 2014 at 09:47:04AM +0200, Gwenaël Casaccio wrote:
hi,
> + FinalSemaphore isNil ifFalse: [ ^FinalSemaphore ].
> + ^ [
> + FinalSemaphore isNil ifTrue: [ FinalSemaphore := Semaphore forMutualExclusion ].
out of coriousity. Why do you use isNil ifFalse instead of ifNotNil?
Or ifNil?
holger
_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk