| Did you know ... | Search Documentation: |
| Packs (add-ons) for SWI-Prolog |
| Title: | Like with_output_to but for memory files |
|---|---|
| Rating: | Not rated. Create the first rating! |
| Latest version: | 0.1 |
| SHA1 sum: | be566ab8376d08960c1b1197613efeeb2cf053d9 |
| Author: | Risto Stevcev <risto1@gmail.com> |
No reviews. Create the first review!.
| Version | SHA1 | #Downloads | URL |
|---|---|---|---|
| 0.1 | be566ab8376d08960c1b1197613efeeb2cf053d9 | 1 | https://github.com/Risto-Stevcev/with_memory_file.git |
| 49f8ff2bcba2517428e81cffa0f78d72682fdd40 | 7 | https://github.com/Risto-Stevcev/with_memory_file.git |
Like with_output_to but for memory files
?- with_memory_file(string(String), write, [Stream]>>write(Stream, foo)). String = "foo".
See LICENSE
Pack contains 5 files holding a total of 2.9K bytes.