Advertisement
Grrr1337

What does this evaluates to (HINT)

Jan 29th, 2023
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (apply ''((a b c)(a b c))
  2.   '(
  3.     (( f L ) (apply 'strcat (f (reverse L))))
  4.     (( L ) (if L (cons (chr ('((x) (if x x 97)) (car L))) (f (cdr L)))))
  5.     (118 111 110 nil 98 nil 108 nil 66 32 114 105 109 105 100 nil 108 86)
  6.   )
  7. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement