about summary refs log tree commit diff stats
path: root/mu.arc.t
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-02-07 21:21:42 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-02-07 21:21:42 -0800
commit7962e0fd085e408e24201ca3951c48e17aec7411 (patch)
tree88f93c84efc0ef08a8bc1893596e94bab8e802c2 /mu.arc.t
parent2f3e70ed5a16504864395b3ca4b4fc20940a78d0 (diff)
downloadmu-7962e0fd085e408e24201ca3951c48e17aec7411.tar.gz
711 - extract method: string-copy
Diffstat (limited to 'mu.arc.t')
-rw-r--r--mu.arc.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/mu.arc.t b/mu.arc.t
index 8c2168f0..df439e13 100644
--- a/mu.arc.t
+++ b/mu.arc.t
@@ -4354,6 +4354,7 @@
             (~memory-contains-array (memory* (+ base 3)) "")
             (~memory-contains-array (memory* (+ base 4)) "c"))
     (prn "F - 'split' cuts string at two delimiters")))
+;? (quit) ;? 1
 
 (reset)
 (new-trace "integer-to-decimal-string")