comment repl cruft
This commit is contained in:
parent
98180507e4
commit
70e8b1ede8
|
@ -49,11 +49,14 @@
|
||||||
(set (out :draw) (post :draw))
|
(set (out :draw) (post :draw))
|
||||||
(-> out j/encode string))
|
(-> out j/encode string))
|
||||||
|
|
||||||
# (comment
|
(comment
|
||||||
(do
|
# (do
|
||||||
(def source `
|
(def source `
|
||||||
hideturtle! ()
|
hideturtle! ()
|
||||||
showturtle! ()
|
showturtle! ()
|
||||||
|
penup! ()
|
||||||
|
pendown! ()
|
||||||
|
pencolor! (colors :red)
|
||||||
`)
|
`)
|
||||||
(def out (-> source
|
(def out (-> source
|
||||||
ludus
|
ludus
|
||||||
|
|
Loading…
Reference in New Issue
Block a user