[BUG] Broken simmetry for #=

Florin Mateoc Florin at integral.com
Fri Sep 10 17:47:44 UTC 1999


And another one:

	(MorphicEvent basicNew setType: #test) = (MorphicSoundEvent basicNew
setType: #test)	true
	(MorphicSoundEvent basicNew setType: #test) = (MorphicEvent basicNew
setType: #test)	false



> -----Original Message-----
> From:	Florin Mateoc [SMTP:Florin at integral.com]
> Sent:	Friday, September 10, 1999 11:36 AM
> To:	'squeak at cs.uiuc.edu'
> Subject:	RE: [BUG] Broken simmetry for #=
> 
> 	'a' = #a	 true
> 	#a = 'a'	 false 
> 





More information about the Squeak-dev mailing list