Tis is one of learner.pl example. my problem is how to call out kb.pl in my command line dictionary that i created.
start :-
consult('kb.pl'),nl,
write('Note! Type names entirely in'),nl,
write('lower case, followed by a period.'),nl,
write('Type "stop." to quit.'),nl,
nl...