home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MAGAZINE / MISC / PCTV2N2.ZIP / TEST.ACT < prev    next >
Encoding:
Text File  |  1990-12-05  |  187 b   |  11 lines

  1. now(Object);
  2.  
  3. Def test(self)
  4. {  printLine(tuple("Current method: ", currentMethod() ));
  5.    printLine(tuple("Called from: ", calledFrom() ));
  6. }
  7.  
  8. Def test2(self)
  9. {  test(self)
  10. }
  11.