关于git:Logical-Programming-with-Prolog-Clauses-and-Queries

一些网址推荐

SWI-PROLOG官网:

[SWI-Prolog (swi-prolog.org)](https://www.swi-prolog.org/)

疾速入门:

[SWI-Prolog -- Manual (swi-prolog.org)](https://www.swi-prolog.org/pldoc/man?section=quickstart)

在线编译工具:

[SWISH -- SWI-Prolog for SHaring (swi-prolog.org)](https://swish.swi-prolog.org/)

数据类型

在Prolog中惟一的一种数据类型是term
一个term能够是

atom(以小写字母结尾)
number
variable()

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理