Scheme Interpreter


Type in Scheme code, and press Ctrl-Enter to evaluate it!

(define (square x) (* x x)) (square 4)