is this a bug?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

is this a bug?

Gary Overgard
when i inspect:
#( -   -   3  8  9  1 )

  the first - is a symbol (#-) , but the second one gets associated with 3
to give -3.  VW, MT, & Squeak all  interpret the second dash the same as the
first (as a symbol).

Ran across this in a test case that failed.

Regards,

  Gary


Reply | Threaded
Open this post in threaded view
|

Re: is this a bug?

Blair McGlashan
"Gary Overgard" <[hidden email]> wrote in message
news:a22j1b$dai$[hidden email]...
> when i inspect:
> #( -   -   3  8  9  1 )
>
>   the first - is a symbol (#-) , but the second one gets associated with 3
> to give -3.  VW, MT, & Squeak all  interpret the second dash the same as
the
> first (as a symbol).
>
> Ran across this in a test case that failed.

Yes, it is a compiler bug. Thanks for the report.

Regards

Blair