Re: [phix] if 'number' then why not 'list' ?
- Posted by katsmeow Feb 21, 2021
- 534 views
Still not what i said.
Is a class like a include file, with everything in the include file scoped to what you declared as a class?
The what's different about "include as"?
include cow.e as cow_1 include cow.e as cow_2
Now both cows have variables and procedures and functions (from cow.e) as most cows do. Are they treated same as a class?
Kat