Folks:

Suppose that

w := []
w1 := w[1]

It turns out that

s := "a" || w[1]   # fails

While,

s := "a" || w1  # terminates the program with a runtime error.

Please help me understand why this difference occurs.

Regards,
Charles Davis

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to