| Did you know ... | Search Documentation: |
| system.pl -- SICStus 4-compatible library(system). |
environ(?Name, ?Value) is nondet
environ(?Name, ?Value, +Source) is nondet
Source may be properties (to get only system properties),
environment (to get only environment variables),
or merged (the default, to get both, with system properties
taking precedence over environment variables of the same name).
The following predicates are exported from this file while their implementation is defined in imported modules or non-module files loaded by this module.
now(-When) is det
datime(+When, -Datime) is det
datime(-Datime) is detdatime(Year,Month,Day,Hour,Min,Sec). All
fields are integers.
environ(?Name, ?Value) is nondet
environ(?Name, ?Value, +Source) is nondet
Source may be properties (to get only system properties),
environment (to get only environment variables),
or merged (the default, to get both, with system properties
taking precedence over environment variables of the same name).
The following predicates are exported, but not or incorrectly documented.