home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Pro 2005 June (DVD)
/
DPPRO0605DVD.iso
/
Full
/
IntelliCAD
/
Data1.cab
/
lisptest.lsp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Lisp/Scheme
|
2000-01-19
|
239 b
|
11 lines
; lisptest.lsp Copyright 1997, Visio Corporation
;
; 8 February, 1996 Linda Eskin
;
; This is a series of tests that call functions in OURBASE.C
(defun testgetargs (argument)
(xload "ourbase")
(ob_lispgetargs argument)
)