From 3f29fba81b8bbb4b1c1cba01c30ad2157dc6125b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 2 Jan 2015 15:41:26 -0800 Subject: 495 --- mu.arc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mu.arc') diff --git a/mu.arc b/mu.arc index adf81504..e574f65f 100644 --- a/mu.arc +++ b/mu.arc @@ -463,6 +463,9 @@ (continue))) jump-unless ; convenient helper (let flag (m arg.0) +;? (when ($.current-charterm) +;? (prn flag) +;? ($.charterm-read-key)) (trace "jump" "checking ~" flag) (when (no flag) (= pc.routine* (+ 1 pc.routine* (v arg.1))) -- cgit 1.4.1-2-gfad0 '50d6c374de23adebc7a3a2742c6c20dfd87010fb'>this commit Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/counters.mu
blob: f344540920132e59a54dab9a61d178d894f05b93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29