home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / xbase / compiler / doobject / niltest.do < prev    next >
Text File  |  1991-05-16  |  49b  |  6 lines

  1. method Nil::test(self)
  2. {
  3.     ? "hi";
  4. }
  5. test();
  6.