If operations are performed then write them to string and push them to constant pool.
If print is requested then pop from this constant pool and print that with appropriate format specifier (according to left dtype, but this will change when there is implicit typecasting in future).
In (2) checked type for int or float and added the appropriate division symbol (// or /).
Closes #8
Implementation