whalesong/tests/more-tests/module-scoping.rkt

13 lines
99 B
Racket

#lang planet dyoo/whalesong
(require "module-scoping-helper.rkt")
x
x++
x++
x
x=0
x++
x
x++
x
x++
x