on 1/2/2001 4:53 AM, "Christoph Reck" <[EMAIL PROTECTED]> wrote:

> What happens with a:
> #set( $foo = [] )
> Will this be an empty ArrayList ?

+1

> I would also vote in favour of a #set( $foo = {} ) usable to create
> a Map that can be populated via #set( $foo.KEY1 = "xyz" )... but this
> seems to be another issue :)

Strongly -1. You have things like potential synchronization issues and
exceptions to worry about. Two things that VTL has no concept of.

-jon

Reply via email to