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:
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-02-04
|
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)
)