Added compose builtin function

This commit is contained in:
Xander Mckay 2024-11-02 15:45:44 -04:00
parent 4913602219
commit c60236b8e3
7 changed files with 130 additions and 1 deletions

View file

@ -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))