On 3/13/06, Yves Jaradin <[EMAIL PROTECTED]> wrote:
> It's also the only warning we get if we do something like:
> local
>    local
>       SomeId
>    in
>       SomzId={Browse}
>    end
> in
>    skip
> end

I don't understand why this is a bug. So the variable is called SomzId
instead of SomeID; it still does the same thing. On the other hand, if
you assigned to SomzId and then read from SomeId,

local
   local
       SomeId
   in
       SomzId = foo
       {Browse SomeId}
   end
in
   skip
end

In this case, "Unused variable" won't fire anyway for SomeId or
SomzId. (I think.) So what do you gain?

-Max

--
Be pretty if you are,
Be witty if you can,
But be cheerful if it kills you.

_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to