fork(4) download
  1. (let ((xx "2015"))
  2. (if (equal "2015"
  3. xx)
  4. (print
  5. xx)
  6. (print "2015")))
Success #stdin #stdout 0.02s 10544KB
stdin
Standard input is empty
stdout
"2015"