Help System (web edition)COMB N,L / N=INTEGERS,<positions>,<base>
lists integers in given <base> (as sequences of digits)
up to given <positions>.
Specification MOVE=<c> adds integer <c> to each digit.
SUM=<integer> accepts only cases with sum of digits = <integer>.
Example:
COMB N2,CUR+1 / N2=INTEGERS,3,2
Integers of 3 digits in base 2: N[N2]=8
0 0 0
0 0 1
0 1 0
0 1 1
1 0 0
1 0 1
1 1 0
1 1 1
C = Other forms of COMB