Re: Problem with cmods
Christian Toepp <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
On 25.03.2014 07:34, Chris Angelico wrote:
> What you've done there is create a class named PikeTest, and if that's
> in PikeTest.cmod, you'll have a class called PikeTest.PikeTest. Try
> instantiating that:
>
> write(PikeTest.PikeTest()->func("foo"));
Oh, thats all? Thank you very much.
-Chris