b77427df89
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@211 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
43 lines
601 B
Plaintext
43 lines
601 B
Plaintext
|
|
:- initialization(
|
|
logtalk_load([
|
|
descriptors,
|
|
|
|
order,
|
|
|
|
expert,
|
|
|
|
falconiforms, % orders
|
|
passerformes,
|
|
tubenose,
|
|
waterfowl,
|
|
|
|
albatross, % families
|
|
duck,
|
|
falcon,
|
|
flycatcher,
|
|
goose,
|
|
swallow,
|
|
swan,
|
|
vulture,
|
|
|
|
ash_throated_flycatcher, % birds
|
|
barn_swallow,
|
|
black_footed_albatross,
|
|
california_condor,
|
|
canada_goose,
|
|
cliff_swallow,
|
|
female_mallard,
|
|
fulmar,
|
|
great_crested_flycatcher,
|
|
laysan_albatross,
|
|
male_mallard,
|
|
peregrine_falcon,
|
|
pintail,
|
|
purple_martin,
|
|
snow_goose,
|
|
sparrow_hawk,
|
|
trumpeter_swan,
|
|
turkey_vulture,
|
|
whistling_swan])).
|