Command console: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
The '''Command Console''' is the window in which you do programming (in [[GUI On]]), but also the "running window" when in [[GUI Off]] mode.  [[Commands]] may be typed directly into the Command Console.  From the Command Console you can check the value of variables while a program is running, edit programs, or perform a variety of other debugging operations.


There are two consoles in BR, the '''Command Console''' and the [[GUI Console]].
There are two consoles in BR, the '''Command Console''' and the [[GUI Console]].
The '''Command Console''' is the window in which you do programming (in [[GUI On]] mode), but also the "running window" when in [[GUI Off]] mode.  [[Commands]] may be typed directly into the Command Console.  From the Command Console you can check the value of variables while a program is running, edit programs, or perform a variety of other debugging operations.


The bottom line of the command console is commonly referred to as the [[command line]].
The bottom line of the command console is commonly referred to as the [[command line]].


[[Category:Terminology]]
[[Category:Terminology]]

Latest revision as of 18:04, 23 February 2014

There are two consoles in BR, the Command Console and the GUI Console.

The Command Console is the window in which you do programming (in GUI On mode), but also the "running window" when in GUI Off mode. Commands may be typed directly into the Command Console. From the Command Console you can check the value of variables while a program is running, edit programs, or perform a variety of other debugging operations.

The bottom line of the command console is commonly referred to as the command line.