Newsgroups: comp.lang.smalltalk
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!news2.near.net!news.mathworks.com!news.alpha.net!uwm.edu!msunews!harbinger.cc.monash.edu.au!news.cs.su.oz.au!tmx!news.tmx.com.au!news
From: Philip Haynes <philip@oose.com.au>
Subject: Re: simply questions
Message-ID: <D3p8r8.Kt0@online.tmx.com.au>
Nntp-Posting-Host: 203.5.19.189
Sender: news@online.tmx.com.au (System Administrator)
Organization: The Message eXchange Pty Ltd
Date: Wed, 8 Feb 1995 20:54:43 GMT
References:  <60.14292.4418.0N1CE775@canrem.com>
Lines: 10

>  how does one create an expression that will construct an
> array containing the undefined object nil, but not the symbol #nil.
 
  | arraySize nilArray |
  arraySize := 10.
  nilArray  := Array new: arraySize.

Regards 
Phil Haynes
Object Oriented Pty Ltd.
