[ ECLiPSe Prolog Environment built-in.|Group Index| Full 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

Exceptions

Examples


[eclipse]: env.

all_dynamic:            off             last_errno:             0              
break_level:            0               macro_expansion:        on             
coroutine:              off             max_global_trail:       134217728      
debug_compile:          on              max_local_control:      134217728      
debugger_model:         eclipse         max_predicate_arity:    255            
debugging:              nodebug         object_suffix:          "so"           
dfid_compile:           off             occur_check:            off            
enable_interrupts:      on              output_mode:            "QPm"          
float_precision:        double          pid:                    23006          
gc:                     on              ppid:                   18794          
gc_interval:            1048576         prefer_rationals:       off            
gc_interval_dict:       960             print_depth:            20             
goal_expansion:         on              toplevel_module:        eclipse        
hostarch:               "sparc_sunos5"  unix_time:              919899111      
hostid:                 "9999999999"    version:                '4.1'          
hostname:               "breeze"        wm_window:              off            
ignore_eof:             off             worker:                 0              

cwd:                    "/homes/john"
extension:              occur_check dfid 
installation_directory: "/usr/local/eclipse" 
library_path:           ["/usr/local/eclipse/lib",
                         "/usr/local/eclipse/lib_tcl",
                         "/usr/local/eclipse/lib_pd",
                         "/usr/local/eclipse/lib_graphic",
                         "/usr/local/eclipse/lib_icparc",
                         "/usr/local/eclipse/lib_private"]
loaded_library:         lists tracer_tty development_support suspend sorts 
prolog_suffix:          ["", ".sd", ".ecl", ".pl"] 
variable_names:         check_singletons 
workerids:              "breeze" : [0] + [] 
workers:                "breeze" : 1 



See Also

get_flag / 2, set_flag / 2