fork download
  1. (define SQUARE (lambda (X) (* X X)))
  2. (display (SQUARE 10))
  3.  
Success #stdin #stdout 0.01s 4176KB
stdin
Standard input is empty
stdout
100