Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CL-USER> (format t "~s~%~s~%~s~%~s~%~s"
- 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 {10037C1303}>)
- ; #(NORMAL-SYMBOL "üŋicoðə")
- ; Returns:
- NIL
Advertisement
Add Comment
Please, Sign In to add comment