home *** CD-ROM | disk | FTP | other *** search
/ PC & Mediji 2000 May / PCM_0005.iso / programi / intelcad / DATA1.CAB / Support / api / sds / ourbase / lisptest.lsp < prev    next >
Encoding:
Lisp/Scheme  |  2000-02-04  |  239 b   |  11 lines

  1. ; lisptest.lsp          Copyright 1997, Visio Corporation
  2. ; 8 February, 1996        Linda Eskin
  3. ;
  4. ; This is a series of tests that call functions in OURBASE.C
  5.  
  6. (defun testgetargs (argument)
  7.     (xload "ourbase")
  8.     (ob_lispgetargs argument)
  9. )
  10.