foops.txt

来自「prolog开发工具」· 文本 代码 · 共 37 行

TXT
37
字号
ABOUT
-----

FOOPS adds a frame system to OOPS for added data representation.


USE
---

From DOS type:

	c:\> foops

To start up FOOPS from the listener, type:

	?- load(foops).	
	?- main.

At the command prompt in FOOPS there are four options, LOAD, GO, LIST
and EXIT.  

LOAD	expects the name of a file, since it reads a Prolog term the
	file name must be enclosed in single quotes and ended with a period.

GO 	starts the inferencing, and, at least with the ROOM.OKB knowledge 
	base begins a dialog initiated by the knowledge base.

LIST	lists working memory.

EXIT 	ends the session.


PROJECTS
--------


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?