|
THE META-HTML LANGUAGE REFERENCE MANUAL
|
Manual Page Viewer
Name: ARRAY-CONCAT
Section:
Arrays
Synopsis:
<array-concat RECEIVER [CONTRIBUTOR...]>
Description:
Appends the contents of each CONTRIBUTOR array to the
end of RECEIVER.
Both RECEIVER and each are variable names whose values are treated as arrays.
For a single CONTRIBUTOR, array-concat
could have been defined as:
<defsubst array-concat>
<foreach item %1>
<array-append <get-var item> %0>
</foreach>
</defsubst>
Edit Pointer
Function Index
Variable Index
Variable Editor

The
META-HTML
Reference Manual V1.4
Copyright © 1995, 1996,
Brian J. Fox,
1996, 1997 Universal Access Inc.
Found a bug? Send mail to
bug-manual@metahtml.com