Did you know ... Search Documentation:
Title for pldoc(dir_index)

SISCtus compatibility library.

Prolog files

arrays.pl  -- SICStus 3-compatible library(arrays).Show source
block.pl  -- Block: declare suspending predicatesShow source
block/1Declare predicates to suspend on certain modes.Source
lists.pl  -- SICStus 3-compatible library(lists).Show source
nth/3True if Element is the N-th element in List.Source
nth/4True if Element is the N-th element in List and Rest is the remainder (as if by select/3) of List.Source
same_length/3True if List1 and List2 both have length Length.Source
sublist/2True when all members of Sub are members of List in the same order.Source
substitute/4NewList is List with all values that are identical (==) to OldElem replaced by NewElem.Source
suffix/2True if Suffix is a suffix of List.Source
ordsets.pl  -- SICStus 3 library(ordsets).Show source
sockets.pl  -- SICStus 3-compatible library(sockets).Show source
system.pl  -- SICStus 3-compatible library(system).Show source
datime/1Unifies Datime with the current date and time as a datime/6 record of the form datime(Year,Month,Day,Hour,Min,Sec).Source
datime/2True when Datime is a datime/6 record that reflects the time stamp When.Source
environ/2True if Value is an atom associated with the environment variable or system property Name.Source
exec/3SICStus 3 compatible implementation of exec/3 on top of the SICStus 4 compatible process_create/3.Source
file_exists/1True if a file named FileName exists.Source
host_name/1Source
mktemp/2Interface to the Unix function.Source
now/1Unify when with the current time-stamp.Source
pid/1Process ID of the current process.Source
popen/3Source
system/0Synomyms for shell/0, shell/1 and shell/2.Source
system/1Synomyms for shell/0, shell/1 and shell/2.Source
system/2Synomyms for shell/0, shell/1 and shell/2.Source
tmpnam/1Interface to tmpnam().Source
wait/2Wait for processes created using exec/3.Source
terms.pl  -- SICStus 3-compatible library(terms).Show source
timeout.pl  -- SICStus 3-compatible library(timeout).Show source
time_out/3This library provides a SICStus compatible implementation of time-outs.Source