about summary refs log tree commit diff stats
path: root/011load.cc
diff options
context:
space:
mode:
Diffstat (limited to '011load.cc')
-rw-r--r--011load.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/011load.cc b/011load.cc
index b887c369..ab0d44bf 100644
--- a/011load.cc
+++ b/011load.cc
@@ -1,4 +1,7 @@
 //: Phase 1 of running mu code: load it from a textual representation.
+//:
+//: The process of running mu code:
+//:   load -> transform -> run
 
 :(scenarios load)  // use 'load' instead of 'run' in all scenarios in this layer
 :(scenario first_recipe)