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

  1. %====================== frontstr/4            ===============================
  2. Goal: frontstr(3,"All boys do fine",STR1,STR2)
  3. STR1=All, STR2= boys do fine
  4. 1 Solution
  5. Goal: frontstr(9,"All boys do fine",STR1,STR2)
  6. STR1=All boys , STR2=do fine
  7. 1 Solution
  8. Goal: frontstr(0,"All boys do fine",STR1,STR2)
  9. STR1=, STR2=All boys do fine
  10. 1 Solution
  11. Goal: frontstr(-1,"All boys do fine",STR1,STR2)
  12. No Solution
  13. Goal: frontstr(20,"All boys do fine",STR1,STR2)
  14. No Solution
  15.