fork download
  1. (define (a x y) (+ x y))
  2. (define (a x) 4)
  3. (a 3)
Success #stdin #stdout 0.02s 4176KB
stdin
Standard input is empty
stdout
Standard output is empty