Home Contents Index Summary Previous Next

D.2 Library predicates

D.2.1 library(check)

check/0Program completeness and consistency
list_undefined/0List undefined predicates
list_autoload/0List predicates that require autoload
list_redefined/0List locally redefined predicates

D.2.2 library(readutil)

read_line_to_codes/2Read line from a stream
read_line_to_codes/3Read line from a stream
read_stream_to_codes/2Read contents of stream
read_stream_to_codes/3Read contents of stream
read_file_to_codes/3Read contents of file
read_file_to_terms/3Read contents of file to Prolog terms

D.2.3 library(netscape)

www_open_url/1Open a web-page in a browser

D.2.4 library(registry)

registry_get_key/2Get principal value of key
registry_get_key/3Get associated value of key
registry_set_key/2Set principal value of key
registry_set_key/3Set associated value of key
registry_delete_key/1Remove a key
shell_register_file_type/4Register a file-type
shell_register_dde/6Register DDE action
shell_register_prolog/1Register Prolog

D.2.5 library(url)

parse_url/2Analyse or construct a URL
parse_url/3Analyse or construct a relative URL
global_url/3Make relative URL global
http_location/2Analyse or construct location
www_form_encode/2Encode or decode form-data