endValue
- global property
- the endValue is the value returned by the nextValue function for an iterator when there are no more values to be returned. This is also the value of the end constant.
- By default, the endValue is set to a string that is unlikely to appear as a value in an iterator or in a file. However, the endValue can be set to a different value if desired.
- Related: end, nextValue