Re: [phix] if 'number' then why not 'list' ?
- Posted by irv Feb 21, 2021
- 768 views
said...
Maybe the word container would make the concept easier to explain?
_tom said...
I like this suggestion. It allows me to include struct and class under "container."
be well
_tom
Perhaps a struc is a container containing a specified number of [typed] objects, as opposed to the freestyle sequence, which can contain anything in any quantity.
And a class is a container containing numbers, strings, sequences and/or objects, plus methods, all associated with the specific class.