Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
CPACK
Home
List packs
Submit pack
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
4.8 Meta-Call Predicates
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Built-in Predicates
Meta-Call Predicates
call/1
call/2
apply/2
not/1
once/1
ignore/1
call_with_depth_limit/3
call_with_inference_limit/3
setup_call_cleanup/3
setup_call_catcher_cleanup/4
call_cleanup/2
undo/1
Packages
Availability:
built-in
[deprecated]
apply
(
:Goal, +List
)
Append the members of
List
to the arguments of
Goal
and call the resulting term. For example:
apply(plus(1), [2, X])
calls
plus(1, 2, X)
. New code should use call/[2..] if the length of
List
is fixed.
ClioPatria
(version
V3.1.1-51-ga0b30a5
)