
| ACE | BN | BNA | CG | CLG | COMP | FM | FREE | IDCA | NCA | NCSF | PART | SFA | SG | SGA | SP | SYMF | TAB | TYP |
FUNCTION: HekaCharTable - compute the table of characters
CALLING SEQUENCE:
PARAMETERS:
SYNOPSIS:
EXAMPLES:
> with(HEKA):
> HekaCharTable(3);
[ 2 ]
[ q1 q1 1 ]
[ ]
[ q2 q1 q1 + q2 2 ]
[ ]
[ 2 ]
[ q2 q2 1 ]
> HekaCharTable(3, 'index');
[[3], [2, 1], [1, 1, 1]]
> HekaCharTable(3, [2,1], [3]);
q2 q1
SEE ALSO: TYP[IsPart] PART[ListPart]