aboutsummaryrefslogtreecommitdiff
path: root/clojurescript/tests/t06.cljs
blob: bfb06e8a4585458eba296110b9c77fa53932753a (plain)
1
2
3
4
5
6
7
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))