Controlling stepper motors via serial monitor - AccelStepper library

MorganS:
-stepper2.currentPosition is trying to calculate the negative of the pointer to the function.

-stepper2.currentPosition() calls the function to get the value and then calculates the negative of that value.

Thanks for the clarifcation!