[ Reference Manual | Alphabetic Index ]

Development Environment and Global Settings

Built-ins related to the development environment

Predicates

current_prolog_flag(?Flag, -Value)
Succeeds if the flag Flag has the value Value.
env
Prints information about the current ECLiPSe environment on the current output.
garbage_collect
Request an immediate garbage collection.
get_flag(?Flag, -Value)
Succeeds if the flag Flag has the value Value.
help(+PredSpec)
Prints help information on the specified predicate in PredSpec on the current output.
make
Recompile all files that have been modified since their last compilation.
pred(++PredSpec)
The flags of the predicate described by PredSpec are printed out on the current output.
set_flag(+Flag, ++Value)
Set the flag Flag to the value Value.
set_prolog_flag(+Flag, ++Value)
Set the flag Flag to value Value.
statistics
Prints information about resource usage and garbage collection.
statistics(?Keyword, -Value)
Succeeds if the statistics item Keyword has value Value.
trimcore
Frees currently unused memory.

Generated from env.eci on 2025-12-13 23:39