Home
Download
Browse GIT
Contrib
Packs
HOWTO
FAQ
Manual
Mailinglist
Support
Links
Contact
Development tools
PlDoc Documentation
Graphics
(Semantic) Web
Publications
Contributors
License
Wiki (edit)
login
4.3.1.1 Conditional compilation
All
Application
Manual
Name
Summary
Help
:-
if
(
:Goal
)
Compile subsequent code only if
Goal
succeeds. For enhanced portability,
Goal
is processed by
expand_goal/2
before execution. If an error occurs, the error is printed and processing proceeds as if
Goal
has failed.