home *** CD-ROM | disk | FTP | other *** search
- This statement is executed only when the "for" loop has been
- exhausted and no name in the PhoneBk object matches the argument
- "who". The "if" statement tests whether or not there is room to
- add a new entry to the PhoneBk. When numEntry equals 100, the
- PhoneBk is full. If this is the case, the insert() function ends,
- returning the value 0 to the client code.
-