fork download
  1. (let ((foo 10))
  2. (setq foo "hello")
  3. (format t "~A~%" foo))
Success #stdin #stdout 0s 24972KB
stdin
Standard input is empty
stdout
hello