next up previous contents index
Next: Subroutine difference Up: Module atoms_module Previous: Subroutine list_to_property   Contents   Index

Subroutine complement


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call complement(at,inlist,outlist)\end{verbatim}
\end{boxedminipage}

Return the complement of a list, i.e. all those atoms not included in list. Result is in outlist on exit. (not yet tested).

at -- type(Atoms), intent(in)

inlist -- type(Table), intent(in)

outlist -- type(Table), intent(out)

difference subroutine

gabor 2009-06-30