| Leonhard Möhring on Thu, 24 Oct 2002 11:50:25 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: Parser problem |
At 14:12 23.10.2002 -0700, you wrote:
Is there any description how the argument of type "s" is supposed to
be parsed? I find this very counterintuitive:
? a=2
%1 = 2
? print(b=a"+"a)
2+2
? b
missing the 2 here.... what's counterintuitive about it? It seems perfectly intuitive to me? Assign a to b yields 2 as a result and print that out, just perfect, isn't it? just my two cents.. Leonhard