Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CLOJURE

toggle button clojure

(def state {:button :up})
(update state :button {:up :down :down :up})
 
PREVIOUS NEXT
Tagged: #toggle #button #clojure
ADD COMMENT
Topic
Name
9+4 =