fork download
  1. (print '(eval (sin 1 2 . 3)))
  2.  
  3. (print '(sin (eval 1 2 . 3)))
Success #stdin #stdout 0s 535040KB
stdin
Standard input is empty
stdout
(EVAL (SIN 1 2 . 3)) 
(SIN (EVAL 1 2 . 3))