qexo-general
[Top][All Lists]
Advanced

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

[Qexo-general] Re: Possible variable scoping bug


From: Per Bothner
Subject: [Qexo-general] Re: Possible variable scoping bug
Date: Wed, 10 Mar 2004 10:47:55 -0800
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040113

Joseph Coffland wrote:

declare variable $x { java.lang.System:getProperty("x", "unknown") };
declare variable $y { java.lang.System:getProperty("y", "unknown") };

let $test := "test" return
"The value of x is ",$x, " while y is ",$y,"
"

And I get this error:

gnu.mapping.UnboundSymbol: Unbound symbol x

This should now work in the CVS version of Kawa, for both pre-compiled and immediate ("interpreted" but not really) mode. It took a while to fix because there were various interrelated problems, plus I was busy with other things too.
--
        --Per Bothner
address@hidden   http://per.bothner.com/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]