<A NAME=PERM>
<TITLE>PERM</TITLE></A>
<b><a href=r37_idx.html>INDEX</a></b><p><p>
<B>PERM</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P>
<P>
<P>
<P>
<P> <H3>
syntax: </H3>
perm(<expression1>,<expression2>)
<P>
<P>
<P>
If <expression1> and <expression2> evaluate to positive integers,
<em>perm</em> returns the number of permutations possible in selecting
<expression1> objects from <expression2> objects.
In other cases, an expression in the original operator is returned.
<P>
<P>
<P> <H3>
examples: </H3>
<P><PRE><TT>
perm(1,1);
1
perm(3,5);
60
perm(-3,5);
PERM(-3,5)
perm(a,b);
PERM(A,B)
</TT></PRE><P>