about summary refs log tree commit diff stats
path: root/mu.arc.t
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-11-24 18:52:15 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-11-24 18:52:15 -0800
commitd69fd246f2a20fe2f9ccd075281072f22b5a8a0e (patch)
tree43d0cf626c7baabbbd1a061f5df0c1d97cb66572 /mu.arc.t
parentcffff885c8da1713b388cd628f9c421126ff556f (diff)
downloadmu-d69fd246f2a20fe2f9ccd075281072f22b5a8a0e.tar.gz
311
Diffstat (limited to 'mu.arc.t')
-rw-r--r--mu.arc.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/mu.arc.t b/mu.arc.t
index ef5cd10f..4000967f 100644
--- a/mu.arc.t
+++ b/mu.arc.t
@@ -1136,9 +1136,9 @@
 ;     }
 ;   }
 ;
-; Braces are just labels, they require no special parsing. The operations
-; 'break' and 'continue' jump to just after the enclosing '}' and '{'
-; respectively.
+; Braces are like labels in assembly language, they require no special
+; parsing. The operations 'break' and 'continue' jump to just after the
+; enclosing '}' and '{' respectively.
 ;
 ; Conditional and unconditional 'break' and 'continue' should give us 80% of
 ; the benefits of the control-flow primitives we're used to in other