printing a backslash
Posted: Mon Nov 29, 2010 8:07 am
Hello,
How can I print a single backslash in SBCL? I mean, the expression:
(format nil "\\")
returns "\\" and not "\". If I type a single backslash, as can be expected, it is interpreted as an escape character for the following element in the string.
Does someone know how to solve this problem in SBCL?
Thanks in advance.
Luis.
How can I print a single backslash in SBCL? I mean, the expression:
(format nil "\\")
returns "\\" and not "\". If I type a single backslash, as can be expected, it is interpreted as an escape character for the following element in the string.
Does someone know how to solve this problem in SBCL?
Thanks in advance.
Luis.