home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 6 / FreshFish_September1994.bin / bbs / dev / modula-v1.0d.lha / Modula / dice / dice.LHA / examples / shared_lib / lib.fd < prev    next >
Encoding:
Text File  |  1991-04-16  |  122 b   |  9 lines

  1. ##base _TestBase
  2. ##bias 30
  3. ##public
  4. LockTestLib()()
  5. UnLockTestLib()()
  6. PostString(str)(A0)
  7. GetString(buf,max)(A0,D0)
  8. ##end
  9.