On Thu, Jul 18, 2002 at 03:44:03PM -0400, darren chamberlain wrote:
> > How does list_three end up on this?
> Er, it doesn't, as far as I can tell.
> Did I miss something?

Your example was:

  [% list_one   = [ 1 2 3 4 5 ];
     list_two   = [ 6 7 8 9 10 ];
     list_three = [ a b c d e ];
     FOREACH l  = list_one.merge(list_two);
        "$l ";
     END;
  %]
  1 2 3 4 5 6 7 8 9 10 a b c d e

I wasn't sure whether the example was wrong, or whether I was missing
something ...

Tony


Reply via email to