Dec1
Type Function: INT¶
| Input INT | X (number of values X can be) |
| N | INT (the variable which is incremented) |
| Output | INT ( Return Value ) |
| DEC1 counts the variable X from N-1 to 0 and then starts again at N-1, so that exactly N different starting values are generated at N-1 through 0. |
