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.22 library(main): Provide entry point for scripts
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
The SWI-Prolog library
library(main): Provide entry point for scripts
main/0
argv_options/3
Packages
Availability:
:- use_module(
library(main)
).
(can be autoloaded)
main
Call
main/1
using the passed command-line arguments. Before calling
main/1
this predicate installs a signal handler for
SIGINT
(Control-C) that terminates the process with status 1.
ClioPatria
(version
V3.1.1-40-g9d9e003
)