Re: Structs
- Posted by begin Jun 18, 2019
- 4502 views
after some discussions with my two other people we came to the conclusion, that the following should be possible in my example:
struct dummy_struct_t atom a1, sequence s1, -- sequence s2, object o1, integer i1, string s1, wstring sw1, end struct
the extension was something they liked for 2 reasons:
1.) you can keep your general structures in a module and specialize them
and
2.) even so not envisioned, the possibility of inheritance.
Richard