This commit is contained in:
Kartik K. Agaram 2014-11-23 08:54:20 -08:00
parent 7bb51ea91e
commit 8c5297aab3
1 changed files with 4 additions and 1 deletions

View File

@ -14,4 +14,7 @@
(reply (result integer)))
(main
((1 integer) <- factorial (5 literal)))
((1 integer) <- factorial (5 literal))
(print-primitive ("result: " literal))
(print-primitive (1 integer))
(print-primitive ("\n" literal)))