Raphael Collet a écrit :
Dear John,

This is a syntax error, and it probably has nothing to do with Tk. This error often reflects a misuse of the '$' notation. If you show us your code, we can certainly point out the mistake, and show you "the right way"... ;-)

Cheers,
raph
The most common case is that the code you look at is intended to be compiled and you are trying to execute it interactively. This is the case if the code you are trying to use look like "functor import ... define ... end". If not, you can ignore this message. You could try to just keep the part after the define keyword (up to but not including the end keyword matching the functor keyword).

Cheers,
Yves

On Fri, Sep 19, 2008 at 10:29 AM, John Sampson <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    Hello -

    I am testing to see whether Oz graphics (e.g. Tk) works on my machine.

    I paste the code in Queens.oz into the Mozart programming interface
    and feed in the buffer (via the 'Oz' menu).

    An error is reported:

    %************************* expansion error **********************
    %**
    %** illegal use of nesting marker
    %**
    %** in file "Oz", line 25, column 0
    %** ------------------ rejected (1 error)

    What have I missed, or is there something wrong with Queens.oz?

    Regards

    _John Sampson_
    
_________________________________________________________________________________
mozart-users mailing list [email protected] <mailto:[email protected]>
    http://www.mozart-oz.org/mailman/listinfo/mozart-users


------------------------------------------------------------------------

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

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

Reply via email to