home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Full / IntelliCAD / Data1.cab / lisptest.lsp < prev    next >
Encoding:
Lisp/Scheme  |  2000-01-19  |  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.