in reply to Re: Re: Thoughts on Exegesis 7
in thread Thoughts on Exegesis 7
and have it be interpreted as:# $object1 has the interface foo # $object2 has the interface bar and baz with ($object1) { with ($object2) { bar; foo(baz); } }
$object2->bar; $object1->foo($object2->baz);
Obviously, this is a contrived example, but it could be kinda neat ...
------
We are the carpenters and bricklayers of the Information Age.
Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Thoughts on Exegesis 7
by theorbtwo (Prior) on Mar 01, 2004 at 09:49 UTC | |
by TimToady (Parson) on Mar 01, 2004 at 18:05 UTC |