lcat Scol 5.3 or above required
Concatenates two lists
Prototype :
fun [[u0 r1] [u0 r1]] [u0 r1]
- [u0 r1] : any list
- [u0 r1] : another list (same type)
Return : [u0 r1] a new list or nil if error
Error :
- EOK if no error.
- EARGNIL if one argument is nil.
- EVM if a memory error occurs. The VM will exit and more information
could be found in the log file (if activated in the debug mode level).
See also :
Syspack- Standard library - List section
Example :