interactive comments
Ross Boylan <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Organization | UCSF |
| Message-ID | <[email protected]> |
How can I enter comments in an interactive session? I get an error when I use the regular comment syntax: ?- %test | . ERROR: Stream user_input:5:2747 Syntax error: Unexpected end of clause ?- /* test*/. ERROR: Stream user_input:12:2749 Syntax error: Unexpected end of clause ?- /*test*/ | . ERROR: Stream user_input:5:2752 Syntax error: Unexpected end of clause ?- This is within emacs. Thanks. Ross