Is there a possibility to get the count of elements on the stack?
For example if the stack looks like this:
--- Data stack:
1
1
1
the result should be 3
.
Is there a possibility to get the count of elements on the stack?
For example if the stack looks like this:
--- Data stack:
1
1
1
the result should be 3
.
This should do the trick: