Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CL-USER> (format t "~a~%~a~%~a~%~a~%~a"
- 1 "abc\"de"
- :a-keyword-symbol-|with escapes|
- (list 20 50 (make-hash-table))
- (vector 'normal-symbol "üŋicoðə"))
- ; Prints:
- ; 1
- ; abc"de
- ; A-KEYWORD-SYMBOL-with escapes
- ; (20 50 #<HASH-TABLE :TEST EQL :COUNT 0 {100365E473}>)
- ; #(NORMAL-SYMBOL üŋicoðə)
- ; Returns:
- NIL
Advertisement
Add Comment
Please, Sign In to add comment