:-consult('external data base.pl').
listaw:-
new(SS, dialog('Rekordy w bazie wiedzy')),
send(SS, display, new(W3,text('some text'))),
new(M,menu(von,cycle)),
findall(B,failure(B,_,_),Y),
send_list(M, append, Y),
send(SS,open).
事実を含む外部データベース:failure(aaa,bwww,cdd).
エラーがあります:
26 ?- listaw. ERROR: Arguments are not sufficiently instantiated ^ Exception: (18) pce_util:send_list(user:@18495295/menu, append, _G534) ?
何が問題ですか?上記のコードと同じファイルにすべての事実がある場合、すべてが機能します...しかし、外部データベースを使用したい...enter code here