WLJS LogoWLJS Notebook

NextValue

NextValue[inc]

returns the next value from an IncrementalObject or another supported incremental expression.

Example

obj = IncrementalObject["Identity"][{a, b}];

NextValue[obj]
NextValue[obj]

A further call returns a failure object because the incremental has no more values.

See the official Wolfram Language reference for more details.

On this page