Donate
Sandbox
Collaborate
Documentation
Downloads
Documentation
Prolog Predicate Reference
lists
append/3
append/3
Join two lists.
Description
append
(
?list
,
?list
,
?list
)
append(L1, L2, L1_L2)
is true and only true if
L1_L2
is a list made up by concatenating
L1
and
L2
.
Implementation
Community
Site
Twitter
Github
npm
Documentation
Manual
Examples
Implementation details
Prolog Predicate Reference
Code
Custom bundle
Installation from npm
Source Code
Contact
Form contact
Collaborators
Contributors
tau.prolog @ gmail.com
© 2017 - 2024
José Antonio Riaza Valverde
Released under the
BSD-3 Clause license