This is a basic command-line calculator written in C#.
- Evaluates infix expressions (with or without parentheses)
- Accepts the following operators: +, -, *, /, ^
- Stores last calculation result in the 'ans' variable
- Clear console with "clear"/"clc"/"cls"
- Exit with "q"/"quit"/"exit"