ACE BN BNA CG CLG COMP FM FREE HEKA IDCA NCA NCSF PART SFA SG SGA SP SYMF TAB TYP

FUNCTION: BnListCode - generate all codes

CALLING SEQUENCE:

BnListCode(n)
BN[BnListCode](n)

PARAMETERS:

n = any positive integer

SYNOPSIS:

EXAMPLES:


> with(BN):
> BnListCode(2);
 
     [[0, 0], [0, 1], [0, 2], [0, 3], [1, 0], [1, 1], [1, 2], [1, 3]]
 

SEE ALSO: TYP[IsBnCode]