THE META-HTML LANGUAGE REFERENCE MANUAL

[TOC]

Manual Page Viewer

Name: ARRAY-UNION

Section: Arrays


Synopsis:

    <array-union ARRAY1 ARRAY2

Description:

    Return the union of the two arrays represented by the variables ARRAY1 and ARRAY2. For example:

     <set-var a1[0]=0 a1[1]=1 a1[2]=2 a2[0]=2 a2[1]=3 a2[2]=4>
     <array-union a1 a2>
     
    produces:
    0
    1
    2
    3
    4
     

Edit Pointer
Function Index
Variable Index
Variable Editor


The META-HTML Reference Manual V2.0 Copyright © 1995, 1998, Brian J. Fox
Found a bug? Send mail to bug-manual@metahtml.org