diff options
Diffstat (limited to 'html/086scenario_console_test.mu.html')
-rw-r--r-- | html/086scenario_console_test.mu.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/html/086scenario_console_test.mu.html b/html/086scenario_console_test.mu.html index 477eda9d..47898aa1 100644 --- a/html/086scenario_console_test.mu.html +++ b/html/086scenario_console_test.mu.html @@ -37,10 +37,10 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color type <span class="Constant">[abc]</span> ] run [ - <span class="Constant">1</span>:char, console:&:console, <span class="Constant">2</span>:bool<span class="Special"> <- </span>read-key console:&:console - <span class="Constant">3</span>:char, console:&:console, <span class="Constant">4</span>:bool<span class="Special"> <- </span>read-key console:&:console - <span class="Constant">5</span>:char, console:&:console, <span class="Constant">6</span>:bool<span class="Special"> <- </span>read-key console:&:console - <span class="Constant">7</span>:char, console:&:console, <span class="Constant">8</span>:bool<span class="Special"> <- </span>read-key console:&:console + <span class="Constant">1</span>:char, console, <span class="Constant">2</span>:bool<span class="Special"> <- </span>read-key console + <span class="Constant">3</span>:char, console, <span class="Constant">4</span>:bool<span class="Special"> <- </span>read-key console + <span class="Constant">5</span>:char, console, <span class="Constant">6</span>:bool<span class="Special"> <- </span>read-key console + <span class="Constant">7</span>:char, console, <span class="Constant">8</span>:bool<span class="Special"> <- </span>read-key console ] memory-should-contain [ <span class="Constant">1</span><span class="Special"> <- </span><span class="Constant">97</span> <span class="Comment"># 'a'</span> |