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-26 19:51:29 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-11-26 19:51:29 -0800
commitf7bbc9b31725889955bfbde9e7413883b903c9d9 (patch)
treefdf460793332dd4c1557014c0b46d88b2b10941a /mu.arc.t
parent34b6a2faff8199d52ba3c363cbd41d46c7017b71 (diff)
downloadmu-f7bbc9b31725889955bfbde9e7413883b903c9d9.tar.gz
334
Diffstat (limited to 'mu.arc.t')
-rw-r--r--mu.arc.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/mu.arc.t b/mu.arc.t
index 21c6014f..1ccf3155 100644
--- a/mu.arc.t
+++ b/mu.arc.t
@@ -1216,6 +1216,10 @@
 ; Conditional and unconditional 'break' and 'continue' should give us 80% of
 ; the benefits of the control-flow primitives we're used to in other
 ; languages, like 'if', 'while', 'for', etc.
+;
+; Compare 'unquoted blocks' using {} with 'quoted blocks' using [] that we've
+; gotten used to seeing. Quoted blocks are used by top-level instructions to
+; provide code without running it.
 
 (reset)
 (new-trace "convert-braces")