Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # closure 생성된 위치의 컨텍스트에서 로컬에 접근할 수 있는 함수 <code clojure> (def times-two (let [x 2] (fn [y] (* y x)))) </code> <code clojure> (times-two 5) ;=> 10 </code> open/closure.txt Last modified: 2024/10/05 06:15by 127.0.0.1