Menu

#1 BipsPl/consult.pl: listing now to current output

open
nobody
None
5
2012-11-28
2000-08-21
No

Discussion

  • alexander diemand

    None

     
  • alexander diemand

    In version 1.2.1 it was not possible to have a listing written to the current output. It was hard-coded directed to the console.
    Now this patch changes this.

    Try:
    asserta((a:-b)), open('test.out',write,Str),
    set_output(Str),write('listing'),nl,listing,close(Str).

    The listing should now be in the file test.out instead on your screen.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.