3 lines
76 B
Clojure
3 lines
76 B
Clojure
|
|
> (apply str (take-while #(not (#{\# \;} %)) "apples # comment"))
|
||
|
|
"apples "
|