12.3.46 SP_is_compound()

Synopsis

     #include <sicstus/sicstus.h>
     
     int
     SP_is_compound(SP_term_ref term);

Determines whether the value of term is a Prolog compound term.

Arguments

term
The SP_term_ref to be inspected

Return Value

1 if it is a compound term and 0 otherwise.

See Also

Testing Prolog Terms.


Send feedback on this subject.