Did you know ... | Search Documentation: |
Pack small_adventure_games -- prolog/nldata/clex_iface.pl |
clex_verb(jumped, Verb, ITD, Info)
.
Verb = jump,
ITD = tv,
Info = pp .
?- clex_verb(jump, Verb, ITD, Info)
.
Verb = jump,
ITD = iv,
Info = infpl ;
Verb = jump,
ITD = tv,
Info = infpl ;
The following predicates are exported, but not or incorrectly documented.