fork download
  1.  
  2. (loop
  3. with pairs = (first sb-ext:*posix-argv*)
  4. for x in sb-ext:*posix-argv* do
  5. (print x))
  6.  
Runtime error #stdin #stdout 0.03s 10832KB
stdin
3
1 2 3 4
5 6 7 8
stdout
Standard output is empty