home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
RB3641.ZIP
/
EX2
/
ADDITEM.MTH
next >
Wrap
Text File
|
1991-12-16
|
148b
|
13 lines
!ToDoList methods !
addItem: anItem
"Add the item to the list. "
self add: anItem .
self sortList.
^self.! !