"Miller, Raul D" <[EMAIL PROTECTED]> wrote:
> Does that include:
>
>   1 - 2
>   >"0 1 - 2
> ?
>
> (As the two expressions have different display forms.)

As well they should.
The expression
   >"0 1 - 2
is parsed as
   (>"0 1) (- 2)
and not
   (>"0) (1 - 2)
which is probably what you had intended.

-- Mark D. Niemiec <[EMAIL PROTECTED]>

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to