home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l210 / 1.ddi / REFEXAMP.ARC / ISNAME1.PRO < prev    next >
Encoding:
Text File  |  1988-06-21  |  257 b   |  14 lines

  1. %====================== isname/1               ===============================
  2. Goal: isname("Dan")
  3. True
  4. Goal: isname("2Leo")
  5. False
  6. Goal: isname("_JON")
  7. False
  8. Goal: isname("kelly_rich")
  9. True
  10. Goal: isname("_")
  11. False
  12. Goal: isname("abc1def2")
  13. True
  14.