WLJS LogoWLJS Notebook

PreIncrement

++x increases the value of x by 1, returning the new value of x.

Examples

x = 5;
++x

Something isn't working? Report an issue.

Please visit the official Wolfram Language Reference for more details.

On this page