This commit is contained in:
Kartik K. Agaram 2014-12-12 18:11:10 -08:00
parent 0ca35d02df
commit bd7c17ea21

2
mu.arc
View File

@ -1364,6 +1364,6 @@
;? (prn function*!factorial)
(run 'main)
(if ($.current-charterm) ($.close-charterm))
(prn memory*)
(prn "\nmemory: " memory*)
;? (prn completed-routines*)
)