about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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")