문제

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/

도움이 되었습니까?

해결책

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.

다른 팁

Check (readln)...

Good luck!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top