fork download
  1. (setq
  2. L (range 1 10)
  3. A (nth L 2)
  4. B (nth L 7) )
  5. (con A B)
  6. (println 'L L)
  7.  
Success #stdin #stdout 0s 10536KB
stdin
Standard input is empty
stdout
L (1 2 7 8 9 10)