| Re: How does this Mini-OOF thing work, again? |
|
 |
|
 |
|
 |
|
 |
Group: comp.lang.forth · Group Profile
Author: Bruce McFarlingBruce McFarling Date: Mar 25, 2008 09:33
On Mar 24, 5:39 pm, Gerry jackson9000.fsnet.co.uk> wrote:
> That's because test-object is a class and you need an object of that
> class on the stack before you call one of its methods. So you need to
> do
> test-object new
> somewhere
> If you try
> test-object new constant xyz
> xyz actor
> should work.
Yup, I'm back to the flaws in program logic, where I belong.
Thanks
|