diff options
Diffstat (limited to 'clojurescript/t06.cljs')
-rw-r--r-- | clojurescript/t06.cljs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/clojurescript/t06.cljs b/clojurescript/t06.cljs new file mode 100644 index 00000000..af3440c7 --- /dev/null +++ b/clojurescript/t06.cljs @@ -0,0 +1,8 @@ +(ns test) +(defn setText []) + +(prn :yo) +(prn (.. clojure print-method methodTable)) +(prn (JQuery "#nice")) +(prn (.ready ($ document) test/setText)) +(prn (+ 1 2 3 4)) |