comment repl cruft

This commit is contained in:
Scott Richmond 2024-06-20 12:12:02 -04:00
parent 98180507e4
commit 70e8b1ede8

View File

@ -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