Hello,
I am brand new to the MathPiperIDE (or any type of programming). The guide I am using indicates that # can be used as a way to use the most recent result in a new calculation. Do you all know if there is something with the current version causing an error around this or if I am perhaps misunderstanding something? Here is a copy of the example and then the reply I am getting in the console.
Working Example:
In> 5*8
Result: 40
In> #
Result: 40
In> # * 2 (Note: there needs to be a space between the # and * characters.)
Result: 80
My Results:
In> 5*8
Result: 40
In> #
Result: Exception
Exception: Error: The name <#> is an operator that cannot be evaluated without operands. Starting at index 0.
Thank you all for any help on this. Also, let me know if this is not a correct use of this group.
Thanks again,
Daniel