fork(1) download
  1. (defun test (x)
  2. (let ((y 1))
  3. (ceval (y) x)))
  4.  
  5. (print (test 'y))
Runtime error #stdin #stdout #stderr 0.04s 10832KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
*** - EVAL: undefined function CEVAL