Re: Open and close brackets read as single token



> Might help if you include the exact error message, and an example
> input
> generating that error.

Error message:

Syntax error: Encountered "()" at line 3, column 12.
Was expecting:
"(" ...

And the section of the input concerned (the first of these works fine, the
second causes the error).

20 DEF FN p(x,y)=a+x*y
30 DEF FN q()=a+x*y

> Otherwise, did you try turning the debug tracing on, and analyzing the
> output?

Nope, but you're right, I should've done. I'll give that a try now.

Tom.
.



Relevant Pages