[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
upper and lower case code
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: upper and lower case code
- From: dxs@evolving.com (Dan Stanger)
- Date: Tue, 9 Apr 1996 18:12:22 -0600
i have a program where a function is called with mixed case symbols
for example
(f 'And 'Holdall)
clisp seems to upcase it. it works correctly if i enclose it in bars.
(f '|And| '|Holdall|)
is there a way to have clisp recognize the case of symbols?
thanks,
dan stanger