fork download
  1. (defun add (x y)
  2. (+ x y))
  3.  
  4. (format t "~a" (add 2 3))
Success #stdin #stdout 0.03s 10584KB
stdin
Standard input is empty
stdout
5