Squeak forth and Logo

Klaus D. Witzel klaus.witzel at cobss.com
Sat Apr 8 11:17:50 UTC 2006


Hi Francisco,

on Sat, 08 Apr 2006 12:49:02 +0200, you <francisco.garau at gmail.com> wrote:

> I am having fun with dates, and I can build them with the following  
> expression:
>
>     2006 year april dayNumber: 30
>
> I don't like the keyword selector there, because it breaks the beauty of  
> the expression and forces parenthesis afterwards.

How about a binary selector instead of a keyword selector, would be in  
sync with elegance of syntax:

      2006 year april , 30
      2006 year april @ 30

/Klaus




More information about the Squeak-dev mailing list