Closed bo-tato closed 11 months ago
In the docstring for summing it says:
summing
To see the running sum, call sum with no arguments.
However when I try:
(summing (sum 10) (sum 15) (print (sum)))
at least with SBCL 2.3.8 I get the error: (FLET SUM) called with invalid number of arguments: 0
(FLET SUM) called with invalid number of arguments: 0
In the docstring for
summing
it says:However when I try:
at least with SBCL 2.3.8 I get the error:
(FLET SUM) called with invalid number of arguments: 0