re: INTI doesn't work in Sather
Sather User <[email protected]> Fri, 5 Jun 2009 20:21:07 +0930 (CST)
| Newsgroups | gmane.comp.lang.sather.bugs |
|---|---|
| Message-ID | <[email protected]> |
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