Skip to content

Commit

Permalink
use .length'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Fields committed Dec 24, 2011
1 parent d493d28 commit d771ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clojure/interop/core.clj
@@ -1,4 +1,4 @@
(ns interop.core) (ns interop.core)


(defn print-string [arg] (defn print-string [arg]
(println arg)) (println arg "is" (.length arg) "characters long"))

0 comments on commit d771ecd

Please sign in to comment.