-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Get this output
Welcome to be friends with HuSharp's Rabbit!
>> let newAdder = fn(x) { fn(y) { x + y; }; };
CompiledFunction[0x140000a08a0]
>> let addTwo = newAdder(2);
CompiledFunction[0x140000a0870]
>> addTwo
CompiledFunction[0x140000a0870]
>> addTwo(1)
2
>> addTwo(2)
4
>> addTwo(3)
6Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels