about summary refs log tree commit diff stats
path: root/085scenario_console.cc
diff options
context:
space:
mode:
Diffstat (limited to '085scenario_console.cc')
-rw-r--r--085scenario_console.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/085scenario_console.cc b/085scenario_console.cc
index b6f820f1..c1f75735 100644
--- a/085scenario_console.cc
+++ b/085scenario_console.cc
@@ -35,10 +35,10 @@ scenario keyboard-in-scenario [
 
 :(before "End Scenario Globals")
 const int CONSOLE = Next_predefined_global_for_scenarios++;
+//: give 'console' a fixed location in scenarios
 :(before "End Special Scenario Variable Names(r)")
 Name[r]["console"] = CONSOLE;
-
-//: allow naming just for 'console'
+//: make 'console' always a raw location in scenarios
 :(before "End is_special_name Cases")
 if (s == "console") return true;