Re: sh: 1: /media/mycomputer/Seagate: not found
- Posted by petelomax Feb 01, 2021
- 1297 views
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?