On Wed, Dec 3, 2008 at 7:16 PM, Eric Suen <eric.suen.tech at gmail.com> wrote: > Yes, it doesn't contain a lambda expression, just like: > > a = x > /x/i > > is not same as: > > a = x; > /x/i > > they both right but has different meaning... Is adding more confusion like this in the language desirable? Peter