home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / DATABASE / DO1BETA.ZIP / NILTEST.DO < prev    next >
Text File  |  1991-05-16  |  49b  |  6 lines

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