Next: , Previous: , Up: mpg-bpr   [Contents][Index]


11.3.210 simple/1

Synopsis

simple(+Term)

Term is currently not instantiated to a compound term.

Arguments

Term

term

Examples

| ?- simple(9).

yes
| ?- simple(_X).

yes
| ?- simple("a").

no

Exceptions

None.

See Also

ref-lte-met-typ.


Send feedback on this subject.