about summary refs log tree commit diff stats
path: root/html/085scenario_console.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-20 20:01:25 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-20 20:01:34 -0700
commit8e7b4429787bc2b7fe289f264d09a4b1f5f6b081 (patch)
treeda78a0432f4cc01f9083bda4b04a9cb0e5c46142 /html/085scenario_console.cc.html
parentc31209c6a14cebad97976b4089fe6a69f074f748 (diff)
downloadmu-8e7b4429787bc2b7fe289f264d09a4b1f5f6b081.tar.gz
3235
Diffstat (limited to 'html/085scenario_console.cc.html')
-rw-r--r--html/085scenario_console.cc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/085scenario_console.cc.html b/html/085scenario_console.cc.html
index bfa387e2..f2e79b3c 100644
--- a/html/085scenario_console.cc.html
+++ b/html/085scenario_console.cc.html
@@ -68,10 +68,10 @@ scenario keyboard-in-scenario [
 
 <span class="Delimiter">:(before &quot;End Scenario Globals&quot;)</span>
 <span class="Normal">const</span> <span class="Normal">int</span> CONSOLE = Next_predefined_global_for_scenarios++<span class="Delimiter">;</span>
+<span class="Comment">//: give 'console' a fixed location in scenarios</span>
 <span class="Delimiter">:(before &quot;End Special Scenario Variable Names(r)&quot;)</span>
 Name[r][<span class="Constant">&quot;console&quot;</span>] = CONSOLE<span class="Delimiter">;</span>
-
-<span class="Comment">//: allow naming just for 'console'</span>
+<span class="Comment">//: make 'console' always a raw location in scenarios</span>
 <span class="Delimiter">:(before &quot;End is_special_name Cases&quot;)</span>
 <span class="Normal">if</span> <span class="Delimiter">(</span>s == <span class="Constant">&quot;console&quot;</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span>