home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / historic / v941.tgz / icon.v941src.tar / icon.v941src / ipl / procs / core.icn < prev    next >
Text File  |  2000-08-04  |  993b  |  41 lines

  1. ############################################################################
  2. #
  3. #    File:     core.icn
  4. #
  5. #    Subject:  Procedures for general application
  6. #
  7. #    Author:   Gregg M. Townsend
  8. #
  9. #    Date:     August 4, 2000
  10. #
  11. ############################################################################
  12. #
  13. #   This file is in the public domain.
  14. #
  15. ############################################################################
  16. #
  17. #  Links to core modules of the basic part of the library, as defined
  18. #  in the Icon Language book (3/e, p.179) and Graphics book (p.47).
  19. #
  20. ############################################################################
  21. #
  22. #  Links: convert, datetime, factors, io, lists, math, numbers,
  23. #     random, records, scan, sets, sort, strings, tables
  24. #
  25. ############################################################################
  26.  
  27. link convert
  28. link datetime
  29. link factors
  30. link io
  31. link lists
  32. link math
  33. link numbers
  34. link random
  35. link records
  36. link scan
  37. link sets
  38. link sort
  39. link strings
  40. link tables
  41.