Did you know ... Search Documentation:
Search results for "append"

Search results for "append"

Total:26 matches from Reference Manual(0.17 sec.)
Showing:25 matches from Reference Manual
Reference Manual
 
4.17 Input and output
append/1Similar to tell/1, but positions the file pointer at the end of File rather than truncating an existing file.
A.24 library(lists): List Manipulation
append/2Concatenate a list of lists.Source
append/3List1AndList2 is the concatenation of List1 and List2Source
4.22 Analysing and Constructing Atoms
atom_concat/3Atom3 forms the concatenation of Atom1 and Atom2.
atomic_concat/3Atom represents the text after converting Atomic1 and Atomic2 to text and concatenating the result: ?- atomic_concat(name, 42, X).
atomic_list_concat/2List is a list of strings, atoms, integers, floating point numbers or non-integer rationals.
atomic_list_concat/3Creates an atom just like atomic_list_concat/2, but inserts Separator between each pair of inputs.
A.60 library(ugraphs): Graph manipulation library
add_edges/3Unify NewGraph with a new graph obtained by adding the list of Edges to Graph.Source
add_vertices/3Unify NewGraph with a new graph obtained by adding the list of Vertices to Graph.Source
5.2 The string type and its double quoted syntax
string_concat/3Similar to atom_concat/3, but the unbound argument will be unified with a string object rather than an atom.
A.27 library(nb_set): Non-backtrackable set
add_nb_set/2Add Key to Set.Source
add_nb_set/3If Key is not in Set and New is unified to true, Key is added to Set.Source
4.35 Operating System Interaction
win_add_dll_directory/1This predicate adds a directory to the search path for dependent DLL files.Source
win_add_dll_directory/2This predicate adds a directory to the search path for dependent DLL files.Source
win_remove_dll_directory/1Remove a DLL search directory installed using win_add_dll_directory/2.Source
A.54 library(simplex): Solve linear programming problems
constraint_add/4Left is a list of Coefficient*Variable terms.Source
A.9 library(clpfd): CLP(FD): Constraint Logic Programming over Finite Domains
fdset_add_element/3Set2 is the same FD set as Set1, but with the integer Elt added.Source
A.19 library(heaps): heaps/priority queues
add_to_heap/4Adds Key with priority Priority to Heap0, constructing a new heap in Heap.Source
6.10 Dynamic importing using import modules
add_import_module/3If Import is not already an import module for Module, add it to this list at the start or end depending on StartOrEnd.
A.32 library(ordsets): Ordered set manipulation
ord_add_element/3Insert an element into the set.Source
12.8 Notes on Using Foreign Code
PL_add_hash_table()Add key-value to the table.
15 Packs: community add-ons
Sec. 15Packs: community add-ons
4.8 Meta-Call Predicates
call/2Append ExtraArg1, ExtraArg2, ... to the argument list of Goal and call the result.Source
apply/2Append the members of List to the arguments of Goal and call the resulting term.Source
4.36 File System Interaction
file_name_extension/3This predicate is used to add, remove or test filename extensions.