Short: Interpreter of expression on shell!!! Author: Dattola Filippo Sasso Marconi(BO) Uploader: My E-Mail is filippo rdv it Type: util/shell Version: 1.3 Architecture: m68k-amigaos Distribution: FreeWare This program calculate the expression immited from shell, and resolve the expression with a print progressive of result on decimal, binary and esadecimal format. You can insert decimal, binary and esadecimal number. The operator possible is: Priority Operator Bracket ( ) High (POW,^) (~,!,NOT) EXP * / (%,R) + - < > <= >= != == Low (&,AND) (|,OR) (X,XOR) Examples: Exp 56*(45-3+(34/2)+3)-4 No surprises if you see a lot of numbers on shell, it is only the print progressive of all passing of the expression. The final result is displayed on 3 format: Decimal Hexadecimal Binary On the options you can not display the last 2 format.