5 lines
60 B
Text
5 lines
60 B
Text
|
|
# To obtain a new array
|
||
|
|
group [1 2 3 4 5] each
|
||
|
|
dup *
|
||
|
|
list
|