- or download this
vvalue : primitive vector_sep(?) vvalue
{ [ $item[1], @{$item[3]} ] }
| primitive vector_sep(?)
{ [ $item[1] ] }
- or download this
vvalue : vvalue_(s)
{ [ map { @$_ } @{$item[1]} ] }
vvalue_ : primitive vector_sep(?)
{ [ $item[1] ] }
- or download this
$result = [
'2',
...
'13',
'17'
];