home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / bc-1.02-src.lha.pi < prev    next >
Text File  |  1994-03-15  |  1KB  |  42 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. bc
  6. .fullname
  7. GNU bc
  8. .type
  9. Miscellaneous
  10. .short
  11. GNU Calculator language - Amiga src+diff
  12. .description
  13. A language that supports arbitrary precision numbers with interactive
  14. execution of statements.  There are some similarities in the syntax to
  15. the C programming language.
  16.  
  17. A standard math library is available by command line option.  If
  18. requested, the math library is defined before processing any files.
  19. bc starts by processing code from all the files listed on the command
  20. line in the order listed.  After all files have been processed, bc
  21. reads from the standard input.  All code is executed as it is read.
  22. (If a file contains a command to halt the processor, bc will never
  23. read from the standard input.)
  24.  
  25. This version of bc contains several extensions beyond traditional bc
  26. implementations and the POSIX draft standard.  Command line options
  27. can cause these extensions to print a warning or to be rejected.  This
  28. document describes the language accepted by this processor.
  29. Extensions will be identified as such.
  30. .version
  31. 1.02
  32. .author
  33. Philip A. Nelson
  34. .requirements
  35. Binary version requires ixemul.library.
  36. .distribution
  37. GNU Public License
  38. .email
  39. phil@cs.wwu.edu
  40. .described-by
  41. Fred Fish (fnf@fishpond.cygnus.com)
  42.