WLJS LogoWLJS Notebook

PreIncrement

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

Examples

x = 5;
++x

Please visit the official Wolfram Language Reference for more details.

On this page