Command console: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "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 directl...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
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, [[Edit]] programs, or do a great number of things.


There are two primary consoles in BR!, the other is 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.