[ Development Environment and Global Settings | The ECLiPSe Built-In Predicates | Reference Manual | Alphabetic Index ]

env

Prints information about the current ECLiPSe environment on the current output.

Description

Prints a list of the current global flag values on the toplevel output stream. These are the same values that get_flag/2 provides.

Fail Conditions

None

Resatisfiable

No

Examples

[eclipse]: env.

after_event_timer:      real            last_errno:             0              
all_dynamic:            off             macro_expansion:        on             
break_level:            0               max_global_trail:       134217728      
coroutine:              off             max_local_control:      134217728      
debug_compile:          on              max_predicate_arity:    255            
debugging:              nodebug         object_suffix:          "so"           
dfid_compile:           off             occur_check:            off            
eclipse_info_suffix:    ".eci"          output_mode:            "QPm"          
eclipse_object_suffix:  ".eco"          pid:                    270            
enable_interrupts:      on              ppid:                   27420          
float_precision:        double          prefer_rationals:       off            
gc:                     on              print_depth:            20             
gc_interval:            4194304         remote_protocol_version:1              
gc_interval_dict:       960             toplevel_module:        eclipse        
gc_policy:              adaptive        unix_time:              1006351709     
goal_expansion:         on              version:                '5.6'          
hostarch:               "sparc_sunos5"  version_as_list:        [5, 6, 7]     
hostid:                 "2152252216"    wm_window:              off            
ignore_eof:             off             worker:                 0              

cwd:                    "/homes/john/" 
default_language:       eclipse_language 
extension:              development occur_check dfid 
hostname:               "tempest.icparc.ic.ac.uk" 
installation_directory: "/usr/local/eclipse" 
library_path:           ["/usr/local/eclipse/lib",
                         "/usr/local/eclipse/lib_public"]
loaded_library:         tracer_tty development_support toplevel ...
prolog_suffix:          ["", ".ecl", ".pl"] 
syntax_option:          nl_in_quotes 
variable_names:         check_singletons 
workerids:              "tempest.icparc.ic.ac.uk" : [0] + [] 
workers:                "tempest.icparc.ic.ac.uk" : 1 

See Also

get_flag / 2, set_flag / 2