Skip to content

Latest commit

 

History

History
executable file
·
26 lines (21 loc) · 1.17 KB

array.MD

File metadata and controls

executable file
·
26 lines (21 loc) · 1.17 KB

USAGE:
     ARRAY size /initial value /local block rest

DESCRIPTION:
     Makes and initializes a series of a given size.
     ARRAY is a function .

RETURNS:
    (undocumented)

ARGUMENTS:
    size [integer! block!]
        Size or block of sizes for each dimension

REFINEMENTS:
    /initial
        Specify an initial value for all elements
    value
        Initial value (will be called each time if a function)
    /local
    block
    rest

Rebol.com docs


Above this line is autogenerated. Place user comments below.