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.26 library(option): Option list processing
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
The SWI-Prolog library
library(option): Option list processing
option/3
option/2
select_option/3
select_option/4
merge_options/3
meta_options/3
dict_options/2
Packages
Availability:
:- use_module(
library(option)
).
(can be autoloaded)
[semidet]
select_option
(
?Option, +Options, -RestOptions
)
Get and remove
Option
from an option list. As
option/2
, removing the matching option from
Options
and unifying the remaining options with
RestOptions
.
ClioPatria
(version
V3.1.1-40-g9d9e003
)