Terminal
In order to begin practicing using Basic, you need to start the Terminal. Right-click the Caché cube iconin the task bar and select Terminal from the menu. This brings up the terminal window, and you can see from the prompt that we are in the USER namespace. Namespaces are logical directories, containing routines (programs) and globals (data).

Terminal allows you to run Basic routines and functions and see the results immediately. In this chapter, most pages will contain one or two Terminal sessions displaying code samples—usually runnable—demonstrating examples mentioned in the text. Later on we'll use Studio to write routines.