Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Hallvard Trætteberg made this suggestion...
clos1 =
{s1, s2 | s + s}clos2 = clos1("hi")
clos2("there") // returns "hithere"