Added compose builtin function
This commit is contained in:
parent
4913602219
commit
c60236b8e3
7 changed files with 130 additions and 1 deletions
|
@ -31,4 +31,7 @@ very bad code that is
|
|||
commented out for a very
|
||||
good reason
|
||||
*/
|
||||
a++ /* something */ # something
|
||||
a++ /* something */ # something
|
||||
|
||||
dtwice = compose(d,d)
|
||||
print(dtwice(2))
|
Loading…
Add table
Add a link
Reference in a new issue