Re: [Tutor] statements vs. expression and types

2010-06-27 Thread Hugo Arts
On Sun, Jun 27, 2010 at 6:57 PM, Payal wrote: > Hello, > Please forgive for such a silly questions. I have never taken a course on > computers so am rough with some of basic technical terminology. > > a. I read in a book that "lambdas are expressions ... so they can go > where functions are not al

[Tutor] statements vs. expression and types

2010-06-27 Thread Payal
Hello, Please forgive for such a silly questions. I have never taken a course on computers so am rough with some of basic technical terminology. a. I read in a book that "lambdas are expressions ... so they can go where functions are not allowed". What are expressions and what are statements? A si