Creating an Array

From Rosetta Code
Revision as of 16:02, 18 January 2007 by MikeMol (talk | contribs) (Split off from multitask "Array" page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Task
Creating an Array
You are encouraged to solve this task according to the task description, using any language you may know.

In this task, the goal is to create an array.

mIRC

Interpeter: mIRC Script Editor Libraries: mArray Snippet

alias creatmearray { .echo -a $array_create(MyArray, 5, 10) }