A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
|
|
@ -0,0 +1,6 @@
|
|||
callee(n) := (print(sconcat("called with ", n)), n + 1)$
|
||||
caller(f, n) := sum(f(i), i, 1, n)$
|
||||
caller(callee, 3);
|
||||
"called with 1"
|
||||
"called with 2"
|
||||
"called with 3"
|
||||
Loading…
Add table
Add a link
Reference in a new issue