[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Are parenthesis-free calls a Good? (was Re: patch: C-style string
- From: "alex.mania@..." <alex.mania@...>
- Date: Fri, 01 Feb 2008 01:15:59 +0900
Ah, apologies. I was under the impression it was a syntax error - as I've evoked
it a few times myself. But my scripts are always compiled and ran as one, so I
probably misinterpreted the runtime error as a syntax error..
IMO it should be a syntax error, despite being bnf acceptable.
If they made that a syntax error and added constant folding to strings we'd
probably both be happy? =)
On Fri Feb 1 0:10 , Doug Rogers <rogers@innocon.com> sent:
>As was pointed out in another thread, this does not produce a syntax
>error but rather a run-time error. And only if 'f "A"' does not return a
>string: