如何读取 CLIPS 中的行?
我需要在 CLIPS 中读取一个字符串,所以我使用了(readline),但它似乎不起作用。 它不允许我输入任何内容,只返回“”。知道有什么问题吗?
CLIPS> (readline)
""
我正在使用最新版本的 http://clipsrules.sourceforge.net/
I need to read a string in CLIPS so i'm usign (readline) but it doesn't seem to work.
It doesn't let me enter anything and it just returns "". Any ideea what's the issue?
CLIPS> (readline)
""
I'm using latest version of http://clipsrules.sourceforge.net/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这只是我使用的那个版本的一个沼泽。
该错误似乎仅存在于带有 GUI 的 Windows 版本中。
如果您使用 one frm 命令提示符运行它,它工作得很好。
我在他们的谷歌小组上报告了这个错误,他们确认了,我认为它现在已经修复了。
This was just a bog on that version i was using.
It seems that the bug was present only in the Windows version, that with a GUI.
If you run it with the one frm command prompt it worked fine.
I reported the bug on their google group, they confirmed and i think it is fixed by now.
检查
(readln)
...祝你好运!
Check
(readln)
...Good luck!