home *** CD-ROM | disk | FTP | other *** search
/ Really Useful CD 1 / ReallyUsefulCD1.iso / extras / languages / smalltalk / _smalltalk / prelude / larray < prev    next >
Encoding:
Text File  |  1987-12-30  |  187 b   |  9 lines

  1. Class ArrayedCollection
  2. " This is just a null version of ArrayedCollection to serve as a place
  3. holder until the real version is read in during the prelude "
  4. [
  5.      nothing
  6.           1
  7. ]
  8.  
  9.