fork download
  1. (SETQ add5 '(LAMBDA (n) (SETQ n (+ n 5))))
  2. (funcall add5 3)
Runtime error #stdin #stdout #stderr 0.03s 10832KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
*** - FUNCALL: argument (LAMBDA (N) (SETQ N (+ N 5))) is not a function.
      To get a function in the current environment, write (FUNCTION ...).
      To get a function in the global environment, write (COERCE '... 'FUNCTION).