Re: sh: 1: /media/mycomputer/Seagate: not found

new topic     » goto parent     » topic index » view thread      » older message » newer message
irv said...

The update completely destroyed object inheritance.

This works fine for me:

class Container  
    private integer border_width 
--  public integer border_width 
    procedure set_border_width(integer bw) 
        this.border_width = bw 
    end procedure 
end class   
  
class Window extends Container   
end class  
 
Window win = new()  
win.border_width = 10  
--?win.border_width 

When t46ltype.exw failed, did you grab the latest (or delete the contents, or comment out line 296 of p.exw) and run the rest of the tests?

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu