Closed julianoks closed 7 years ago
Saves a .clj file with only the clojure code that was in the worksheet. Note that lines beginning with ";;" (for commenting) will not save into this file. Use a single ";" or preferably the reader macro, #_"comment string"
This is fixed in another PR and should be getting released shortly! Thanks for all your help 😄
Saves a .clj file with only the clojure code that was in the worksheet. Note that lines beginning with ";;" (for commenting) will not save into this file. Use a single ";" or preferably the reader macro, #_"comment string"