Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
5.3.8.6. makeArray
Returns a single-dimensional 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 (stack-like).
Prev
5.3.8.5. intersection
Up
Home
Next
5.3.8.7. makeString