append_2Version: NextOn this pageappend/2 Module This predicate is provided by lists.pl. Load this module before using the predicate: :- consult('/v1/lib/lists.pl'). Description Concatenates a list of lists into a single list. Signature append(+ListOfLists, ?List) is det