Currently, if I open Concalc just with concalc, it gives me a line to enter the term I want to evaluate, and when I press enter it returns the result at quits. I wished it would give me a new input line for the next term I want to evaluate, and does so until I enter quit, exit, or hit Ctrl-D.
However, if I start it with the term, like concalc 1+1, the current behaviour to just return the answer and then to exit to the shell is fine.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Currently, if I open Concalc just with
concalc
, it gives me a line to enter the term I want to evaluate, and when I press enter it returns the result at quits. I wished it would give me a new input line for the next term I want to evaluate, and does so until I enterquit
,exit
, or hit Ctrl-D.However, if I start it with the term, like
concalc 1+1
, the current behaviour to just return the answer and then to exit to the shell is fine.