RosettaCodeData/Task/Currying/Julia/currying-2.julia

2 lines
21 B
Text
Raw Permalink Normal View History

2023-07-22 21:42:12 -07:00
addN(n) = x -> n + x