Skip to content

Inc1

Type Function: INT

Input X INT(number of values X can be)
N INT(the variable that is incremented)
Output INT ( Return Value )
INC1 count the variable X from 0.. N-1 and then starts again from 0, so that exactly N different values are produced starting from 0.

inc1