|
IDL Interface Guide: Introducing IDL |
|
The following typographical conventions are used throughout the IDL documentation set:
CONTOUR, Z [, X, Y]
object = OBJ_NEW('IDLgrPlot')
object -> GetProperty, ALL=properties
Courier type
In examples or program listings, things that you must enter at the command line or in a file are displayed in courier type. Results or data that IDL displays on your computer screen are also shown in courier type. An example might direct you to enter the following at the IDL command prompt:array = INDGEN(5) PRINT, array
In this case, the results are shown like this:
0 1 2 3 4
IDL Online Help (March 06, 2007)