Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
A.17 library(fastrw): Fast reading and writing of terms
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
The SWI-Prolog library
library(fastrw): Fast reading and writing of terms
fast_read/1
fast_write/1
fast_write_to_string/3
Packages
Availability:
:- use_module(
library(fastrw)
).
(can be autoloaded)
fast_read
(
-Term
)
The next term is read from current standard input and is unified with
Term
. The syntax of the term must agree with fast_read / fast_write format. If the end of the input has been reached,
Term
is unified with the term
end_of_file
.
ClioPatria
(version
no GIT?
)