Prepend
This reference topic applies to FQL v4. Go to this page for the latest FQL v10 reference topics. |
Prepend( elems, base )
prepend( elems, base )
Prepend( elems, base )
Prepend( elems, base )
Prepend( elems, base )
Prepend( elems, base )
Description
The Prepend
function creates a new Array that is the result
of combining the elems
followed by the base
Array. This
function only works with Arrays, not with Pages.