home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / RB3641.ZIP / EX2 / ADDITEM.MTH next >
Text File  |  1991-12-16  |  148b  |  13 lines

  1.  
  2.  
  3.  
  4. !ToDoList methods !
  5.    
  6. addItem: anItem
  7.  
  8.     "Add the item to the list.  "
  9.  
  10.     self add: anItem .
  11.     self sortList.
  12.      ^self.! !
  13.