listing/1 behavior
Nuno Morgadinho <[email protected]>
| Newsgroups | gmane.comp.gnu.prolog.bugs |
|---|---|
| Message-ID | <[email protected]> |
Shouldn't listing/1 use the output stream set by tell/1?
example:-
tell('example.pl'),
listing(something/2),
told.
This doesn't work for me with gprolog-1.2.18 on x86.