Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 1.15 KB | None | 0 0
  1. (db '+Player 'nm "Joker")    
  2. -> NIL
  3. : (scan (tree 'nm '+Player))
  4. ("." {27}) {27}
  5. ("DNLTNSL" {40} . T) {40}
  6. ("Damsel" {40}) {40}
  7. ("Daniela Damsel" . {40}) {40}
  8. ("Grim" {33}) {33}
  9. ("HSRL" {36} . T) {36}
  10. ("Harley" {36}) {36}
  11. ("High Harley" . {36}) {36}
  12. ("Jasper" {27}) {27}
  13. ("Joker" {33}) {33}
  14. ("MTSSFR" {27} . T) {27}
  15. ("Mad. Jasper" . {27}) {27}
  16. ("TSRNSSR" {33} . T) {33}
  17. ("The Grim Joker" . {33}) {33}
  18. ("a" {40}) {40}
  19. ("ad." {27}) {27}
  20. ("amsel" {40}) {40}
  21. ("aniela" {40}) {40}
  22. ("arley" {36}) {36}
  23. ("asper" {27}) {27}
  24. ("d." {27}) {27}
  25. ("e" {33}) {33}
  26. ("el" {40}) {40}
  27. ("ela" {40}) {40}
  28. ("er" {27}) {27}
  29. ("er" {33}) {33}
  30. ("ey" {36}) {36}
  31. ("gh" {36}) {36}
  32. ("h" {36}) {36}
  33. ("he" {33}) {33}
  34. ("iela" {40}) {40}
  35. ("igh" {36}) {36}
  36. ("im" {33}) {33}
  37. ("ker" {33}) {33}
  38. ("l" {40}) {40}
  39. ("la" {40}) {40}
  40. ("ley" {36}) {36}
  41. ("m" {33}) {33}
  42. ("msel" {40}) {40}
  43. ("niela" {40}) {40}
  44. ("oker" {33}) {33}
  45. ("per" {27}) {27}
  46. ("r" {27}) {27}
  47. ("r" {33}) {33}
  48. ("rim" {33}) {33}
  49. ("rley" {36}) {36}
  50. ("sel" {40}) {40}
  51. ("sper" {27}) {27}
  52. ("y" {36}) {36}
  53. -> NIL
  54. : (commit)
  55. -> T
  56. : (db '+Player 'nm "Mad. Jasper")
  57. -> NIL
  58. : (db '+Player 'nm "Mad. Jasper")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement