??? 10/29/08 08:13 Read: times |
#159457 - headstart Responding to: ???'s previous message |
Per Westermark said:
Reading BEGIN/END or { } or something else is just a question of experience. Yep. With begin/end, I gained that experience when I learned english as a language, so no need to re-learn that for those who use Pascal. To Craig and others: with "common" parenthesis (used to group math expressions rather than group commands) and +-*/ I gained that experience somewhere around 6-8 years of age, so no need to replace that with keywords. There ARE symbols for AND/OR/NOT etc. but those are not that commonly used and tend to vary in form and usage from textbook to textbook. I see no "natural" equivalent for the rather pervert ?: construct in C. The big issue to learn first when getting to program was the concept of assignment - incidentally that's the wrong way round in C, too. JW |