Title: Message Title
Henrik Lindberg commented on an issue
Puppet / Bug PUP-2894
lvalue comma asignment should splat* an array
when using the future parser, it allows for comma separated statements, and assignment to occur in these.
However, I would like to "splat" an array, using a similar syntax which currently is not supported

{code}
$input = 'example.org:www:filters:gzip text/html'
$title, $vhost, $valve, $filter = split_titles($input)

notice("\ntitle: ${title}\nvhos...


--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to