Re: pining for the good old days of yore
Anne Ogborn <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
Using DEC-10 Prolog to demonstrate that this is old technology:
save_data :-
tell('data.pl'),
listing([p/1,q/2,r/3]),
told.
Brilliant!
Thanks