home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume2 / pstrings / part01 / emptyS.p < prev    next >
Encoding:
Text File  |  1991-08-07  |  134 b   |  14 lines

  1.  
  2.  
  3.  
  4.  
  5. # include "strings.h"
  6.  
  7. function emptyS{: String};
  8. {
  9. * Returns the empty or null string ''
  10. }
  11. begin
  12.     emptyS := nil
  13. end{ -- emptyS};
  14.