Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 pl 的咨询或开始时自动检查调用谓词。有这样的代码吗?
指令在源代码咨询期间执行。然后当 Prolog 加载其中出现的文件时(例如)
... :- writeln(hello). :- writeln(world). ...
会写消息。
一个特殊的指令是初始化/1:
加载完成该指令所在的源文件后调用 Goal。