Read Me - Common Public License V1.0 - Copyright Notice(©)

makeArray


>>-makeArray(-+---------+-)------------------------------------><
              +--order--+

Returns a single-index array containing the items of the circular queue in the specified [order] .

The following [order] can be used. (Only the capitalized letter is needed; all characters following it are ignored.)

Fifo

First-in, first-out order. This is the default.

Lifo

Last-in, first-out order (stacklike).

Read Me - Common Public License V1.0 - Copyright Notice(©)