Re: Structs
- Posted by _tom (admin) Jun 18, 2019
- 4439 views
euphoric said...
The only reason I'd go with a more complicated spec with a block definition is so structs can eventually have private/public variables and, eventually, methods.
You invent OOP
Current Phix dot notation is an option that you get when compiling Phix into an executable. That means is is a low cost option that can be ignored (via a simple switch) when creating Phix. Inventing OOP will take major design thinking.
_tom