bug-sather
[Top][All Lists]
Advanced

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

re: INTI doesn't work in Sather


From: Sather User
Subject: re: INTI doesn't work in Sather
Date: Fri, 5 Jun 2009 20:21:07 +0930 (CST)

Looking at the achives I see a message from Seshu Nimala who writes
(23 Feb 2009) that

num:INTI := 1220i;

is rejected by the compiler.

Seshu Nimala, if you are still subscribed to this list: I guess in the
intervening months you have solved the problem.  I'm sorry there was
no earlier response sent here.

INIT is a reference class and you must do an explicit create.  In
place of the line above you should write:

num:INTI := #(1220);

-- 
Michael Talbot-Wilson




reply via email to

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