In Lisp FORMAT, all directives start with a tilde (~). If I just want to output string "~", how can I do that with FORMAT?
CL-USER 27 > (format t "~~")
~
NIL
CL-USER 28 > (format t "~10~")
~~~~~~~~~~
NIL
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With