About true and false creation

Marcus Denker marcus at ira.uka.de
Mon Mar 3 11:23:09 UTC 2003


On Mon, Mar 03, 2003 at 11:23:00AM +0100, Stephane Ducasse wrote:
> Hi all
> 
> I would like to know the precise way true is created. I looked at the 
> reference of True but could not find the creation of true. I know that 
> true is a pseudo-variable.... Is true created by the VM?
> How does the bootstrap is really done? Is true created before Behavior 
> (implication is true created using new?)
> 
It's not created using new:

Boolean class has:

new
	self error: 'You may not create any more Booleans - this is
        two-valued logic'


  Marcus


-- 
Marcus Denker marcus at ira.uka.de  -- Squeak! http://squeak.de



More information about the Squeak-dev mailing list