maybe, we can do something like:
cal 6*7
line 0,0 0,%
keep last 100 results from calculator and be referenced as % (or %0), %1, %2, etc.
For v3, we will have native script binding. If we can enable python binding, it exposes all python math to end users.
Mike Hayes wrote
The command line calculator is a very useful recently added feature.
It would be great if it included variables so you could do something like:
cal height=6*7
line
0,0
0,height
Mike