Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
(define x 5)
(define y *5*)
(define z (+ x y))
(local [(define x 7) (define y x)] (+ x y z))

...