Next: cpg-ref-SP_load, Previous: cpg-ref-SP_is_number, Up: cpg-bif [Contents][Index]
SP_is_variable()
#include <sicstus/sicstus.h> int SP_is_variable(SP_term_ref term);
Determines whether the value of term
is a Prolog variable.
The SP_term_ref to be inspected
1 if it is a variable and 0 otherwise.