RosettaCodeData/Task/Currying/Racket/currying-1.rkt
2023-07-01 13:44:08 -04:00

2 lines
37 B
Racket

#lang racket
(((curry +) 3) 2) ; =>5