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))
(-> out j/encode string))
# (comment
(do
(comment
# (do
(def source `
hideturtle! ()
showturtle! ()
penup! ()
pendown! ()
pencolor! (colors :red)
`)
(def out (-> source
ludus