Is there any difference at all between given(...) and foreach(...) in 5.010? Or is it there just so that we slowly get more comfortable with Perl 6 syntax?
OOPS: Now I understand. given(...) considers a list as an array reference, and never loops. Is that right?