Next: mpg-ref-consult, Previous: mpg-ref-compile, Up: mpg-bpr [Contents][Index]
compound/1
ISOcompound(+Term)
Term is currently instantiated to a compound term.
term
| ?- compound(9). no | ?- compound(a(1,2,3)). yes | ?- compound("a"). yes | ?- compound([1,2]). yes
None.