in reply to Re^3: Operator overloading with returning lists?
in thread Operator overloading with returning lists?

The problem is that if your XS pushes multiple things on the stack, and the caller expects just one, the caller will pop up just one thing of the stack, leaving the rest there.
  • Comment on Re^4: Operator overloading with returning lists?