Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
RDF quality heuristics
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
A.19 library(iostream): Utilities to deal with streams
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
The SWI-Prolog library
library(iostream): Utilities to deal with streams
open_any/5
close_any/1
open_hook/6
Packages
Availability:
:- use_module(
library(iostream)
).
(can be autoloaded)
close_any
(
+Goal
)
Execute the
Close
closure returned by
open_any/5
. The closure can also be called directly. Using
close_any/1
can be considered better style and enhances tractability of the source code.
ClioPatria
(version
V3.1.1-40-g9d9e003
)