diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-01-17 17:08:09 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-01-17 17:08:09 -0800 |
commit | e047981d39cb812e5919b17f10b44a4f9b4e7b85 (patch) | |
tree | def26b2f8144d1f4d8b166076feb9e858bb71d33 | |
parent | 4b62edd8a63cfdde37b0537c9be1e91062bb2892 (diff) | |
download | mu-e047981d39cb812e5919b17f10b44a4f9b4e7b85.tar.gz |
580
-rw-r--r-- | mu.arc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.arc b/mu.arc index 5efd0e75..775e87da 100644 --- a/mu.arc +++ b/mu.arc @@ -1537,7 +1537,7 @@ ;? (reply 0:literal) ;? } ;? ; else return 1+length(curr.cdr) -;? (print-primitive-to-host (("recurse\n" literal))) +;? ;? (print-primitive-to-host (("recurse\n" literal))) ;? (next:list-address <- list-next curr:list-address) ;? (sub:integer <- list-length next:list-address) ;? (result:integer <- add sub:integer 1:literal) |