next up previous contents index
Next: ExpressionTreePlus Up: ExpressionTreeOperatorTools Previous: lisp   Contents   Index


prefix


\begin{usage}
prefix(p, t, paren?, farg, op, left, right)\\
prefix(p, [$t_1,\dots,t_n$], farg, op, left, right)\end{usage}

\begin{signatures}
prefix: & (TEXT, TREE, TREE $\to$\ \htmlref{\texttt{Boolean...
...}}{String}, \htmlref{\texttt{String}}{String})
$\to$\ TEXT\\\end{signatures}

\begin{params}
{\em p} & TEXT & The port to write to\\
{\em [$t_1,\dots,t_n$]...
...ef{\texttt{String}}{String} & The right parenthesis (optional)\\\end{params}



\begin{descr}
Writes $op(farg(t_1),\dots,farg(t_n))$\ to $p$, calling $farg$on ...
...ion calls $paren?$\ to decide whether
to parenthetize the argument.
\end{descr}


See Also



Manuel Bronstein 2000-12-13