diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-10-22 16:33:16 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-10-22 16:33:16 -0700 |
commit | 22f4b76344b2d639cbfcaad56ed681670d436548 (patch) | |
tree | 104aac7fad7b8790995a9eff47cda53e599eb40b | |
parent | f40b079c2a7abf824e29451837f188f7cce7b943 (diff) | |
download | mu-22f4b76344b2d639cbfcaad56ed681670d436548.tar.gz |
3560
-rw-r--r-- | 010vm.cc | 2 | ||||
-rw-r--r-- | html/010vm.cc.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/010vm.cc b/010vm.cc index feb67a30..fd22cbf7 100644 --- a/010vm.cc +++ b/010vm.cc @@ -1,4 +1,4 @@ -//: A program is a book of 'recipes' (functions) +//: A Mu program is a book of 'recipes' (functions) :(before "End Globals") //: Each recipe is stored at a specific page number, or ordinal. map<recipe_ordinal, recipe> Recipe; diff --git a/html/010vm.cc.html b/html/010vm.cc.html index b2f2a111..13e76b37 100644 --- a/html/010vm.cc.html +++ b/html/010vm.cc.html @@ -34,7 +34,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color </head> <body> <pre id='vimCodeElement'> -<span class="Comment">//: A program is a book of 'recipes' (functions)</span> +<span class="Comment">//: A Mu program is a book of 'recipes' (functions)</span> <span class="Delimiter">:(before "End Globals")</span> <span class="Comment">//: Each recipe is stored at a specific page number, or ordinal.</span> map<recipe_ordinal<span class="Delimiter">,</span> recipe> Recipe<span class="Delimiter">;</span> |