diff options
-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) |