Re: A86: Re: Reading parameters.


[Prev][Next][Index][Thread]

Re: A86: Re: Reading parameters.




Oh, and if you're using the command token to read two parameters, make
sure you call the appropriate error messages, because the command token
won't do it for you like it does with the unary token.

What happens, I think, is that the parser wants to multiply the command
token by whatever you put: tok(1,2.  But since commands have a null
value, it just returns the number, which in the case of two parameters
is complex.


Follow-Ups: References: