[ Reference Manual | Alphabetic Index ]Development Environment and Global Settings
Built-ins related to the development environment
Predicates
- 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)
- Succeeds if the flag Flag is successfully set to the 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 2022-09-03 14:26