A little namespace "proposal"

stéphane ducasse ducasse at iam.unibe.ch
Wed Apr 14 18:27:08 UTC 2004


I like the email of lex. Now I do not really understand why there is 
something wrong with the following code

I prefer to show code that write names since we all have a different 
understanding of them ;)



Tweak namespace new
	import: MorphWithExtraLongName from: Morphic
	import: Scheduler from: Kernel;
	import: lkjlkjl from: Grrrrr;


MorphiWithExtraLongName subclass: #MyWonderderfullClass
	...
	...



MyWonderfullClass>>myWonderfulMethod

	....
	Scheduler start
	...



Stef




More information about the Squeak-dev mailing list