Short:        CLI-based programmer's calculator.
Author:       jtierney@cyberlink-inc.com (Jody Tierney)
Uploader:     jtierney cyberlink-inc com (Jody Tierney)
Type:         util/cli
Version:      1.16
Replaces:     util/cli/PCalc115.lha
Architecture: m68k-amigaos

  PCalc (Programmer's Calculator) is a CLI-based calculator that operates on
32 bit integers.  Requires WB 2.04 or higher.  Freeware.

Features:
  - Input data as decimal, hexadecimal, binary, or ASCII.

  - Output is displayed in decimal, hexadecimal, binary, and ASCII format.

  - 29 operators.  Arithmatic, logical, boolean, character...

  - Multiple operations in an expression; e.g.  PCalc 2 + (5 * 4) ^ 3

  - Many operators may be invoked in more than one way.  For example, "|" and
   "OR" both perform a logical OR.

  - Tested with Enforcer and MungWall.