Previous Topic: accept Command--Read String From stdin and Assign it to a Variable (Cmdlet)Next Topic: ASSERT Command--Compare Mathematical Expressions (Funclet)


arrdump Command--Display an Array (Cmdlet)

This command lists all elements of a one-dimensional array.

The command has the following syntax:

arrdump arr

arr

Defines the array to display.

Example

Display an array:

a = [1,2,"a", true, new Date()];
arrdump a

See also:

objdump Command--Display Enumerable Properties of an Object (Cmdlet)