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. # 부분 적용 <code> (def subtract-from-hundred (partial - 100)) (subtract-from-hundred 10) ; (- 100 10) 과 동일 ; 90 (subtract-from-hundred 10 20) ; (- 100 10 20) 과 동일 ; 70 </code> open/부분-적용.txt Last modified: 2024/10/05 06:15by 127.0.0.1