fork download
  1. (DEFUN F (A &KEY (B :C) (C :D))
  2. (LIST A B C))
Success #stdin #stdout 0.02s 10584KB
stdin
Standard input is empty
stdout
Standard output is empty