home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Programming / amigatalk / general / larray.st < prev    next >
Encoding:
Text File  |  2000-02-13  |  334 b   |  10 lines

  1. "---------------------------------------------------------------------"
  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.  
  6. Class ArrayedCollection
  7. [
  8.    nothing
  9.      1
  10. ]